SetCellDataFromControlEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| SetCellDataFromControlEventArgs() | |
| SetCellDataFromControlEventArgs(Int32, Int32, IGridEmbeddedControl) |
SetCellDataFromControlEventArgs()
protected:
SetCellDataFromControlEventArgs();
protected SetCellDataFromControlEventArgs ();
Protected Sub New ()
適用於
SetCellDataFromControlEventArgs(Int32, Int32, IGridEmbeddedControl)
public:
SetCellDataFromControlEventArgs(int nRow, int nCol, Microsoft::ReportingServices::QueryDesigners::IGridEmbeddedControl ^ control);
public SetCellDataFromControlEventArgs (int nRow, int nCol, Microsoft.ReportingServices.QueryDesigners.IGridEmbeddedControl control);
Public Sub New (nRow As Integer, nCol As Integer, control As IGridEmbeddedControl)
參數
- nRow
- Int32
- nCol
- Int32
- control
- IGridEmbeddedControl