FillControlWithDataEventArgs Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| FillControlWithDataEventArgs() | |
| FillControlWithDataEventArgs(Int32, Int32, IGridEmbeddedControl) |
FillControlWithDataEventArgs()
protected:
FillControlWithDataEventArgs();
protected FillControlWithDataEventArgs();
Protected Sub New ()
Gilt für:
FillControlWithDataEventArgs(Int32, Int32, IGridEmbeddedControl)
public:
FillControlWithDataEventArgs(int nRow, int nCol, Microsoft::ReportingServices::QueryDesigners::IGridEmbeddedControl ^ control);
public FillControlWithDataEventArgs(int nRow, int nCol, Microsoft.ReportingServices.QueryDesigners.IGridEmbeddedControl control);
new Microsoft.ReportingServices.QueryDesigners.FillControlWithDataEventArgs : int * int * Microsoft.ReportingServices.QueryDesigners.IGridEmbeddedControl -> Microsoft.ReportingServices.QueryDesigners.FillControlWithDataEventArgs
Public Sub New (nRow As Integer, nCol As Integer, control As IGridEmbeddedControl)
Parameter
- nRow
- Int32
- nCol
- Int32
- control
- IGridEmbeddedControl