SetCellDataFromControlEventArgs Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| SetCellDataFromControlEventArgs() | |
| SetCellDataFromControlEventArgs(Int32, Int32, IGridEmbeddedControl) |
SetCellDataFromControlEventArgs()
protected:
SetCellDataFromControlEventArgs();
protected SetCellDataFromControlEventArgs ();
Protected Sub New ()
Se aplica a
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);
new Microsoft.ReportingServices.QueryDesigners.SetCellDataFromControlEventArgs : int * int * Microsoft.ReportingServices.QueryDesigners.IGridEmbeddedControl -> Microsoft.ReportingServices.QueryDesigners.SetCellDataFromControlEventArgs
Public Sub New (nRow As Integer, nCol As Integer, control As IGridEmbeddedControl)
Parámetros
- nRow
- Int32
- nCol
- Int32
- control
- IGridEmbeddedControl