Поделиться через


GridCellCollection Конструкторы

Определение

Перегрузки

GridCellCollection()
GridCellCollection(GridCell[])
GridCellCollection(GridCellCollection)

GridCellCollection()

public:
 GridCellCollection();
public GridCellCollection ();
Public Sub New ()

Применяется к

GridCellCollection(GridCell[])

public:
 GridCellCollection(cli::array <Microsoft::ReportingServices::QueryDesigners::GridCell ^> ^ value);
public GridCellCollection (Microsoft.ReportingServices.QueryDesigners.GridCell[] value);
new Microsoft.ReportingServices.QueryDesigners.GridCellCollection : Microsoft.ReportingServices.QueryDesigners.GridCell[] -> Microsoft.ReportingServices.QueryDesigners.GridCellCollection
Public Sub New (value As GridCell())

Параметры

value
GridCell[]

Применяется к

GridCellCollection(GridCellCollection)

public:
 GridCellCollection(Microsoft::ReportingServices::QueryDesigners::GridCellCollection ^ value);
public GridCellCollection (Microsoft.ReportingServices.QueryDesigners.GridCellCollection value);
new Microsoft.ReportingServices.QueryDesigners.GridCellCollection : Microsoft.ReportingServices.QueryDesigners.GridCellCollection -> Microsoft.ReportingServices.QueryDesigners.GridCellCollection
Public Sub New (value As GridCellCollection)

Параметры

Применяется к