GridStorage.FillControlWithData(Int64, Int32, IGridEmbeddedControl) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
virtual void FillControlWithData(long nRowIndex, int nColIndex, Microsoft::ReportingServices::QueryDesigners::IGridEmbeddedControl ^ control);
public virtual void FillControlWithData(long nRowIndex, int nColIndex, Microsoft.ReportingServices.QueryDesigners.IGridEmbeddedControl control);
abstract member FillControlWithData : int64 * int * Microsoft.ReportingServices.QueryDesigners.IGridEmbeddedControl -> unit
override this.FillControlWithData : int64 * int * Microsoft.ReportingServices.QueryDesigners.IGridEmbeddedControl -> unit
Public Overridable Sub FillControlWithData (nRowIndex As Long, nColIndex As Integer, control As IGridEmbeddedControl)
參數
- nRowIndex
- Int64
- nColIndex
- Int32
- control
- IGridEmbeddedControl