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


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

Определение

Перегрузки

BlockOfCellsCollection()
BlockOfCellsCollection(BlockOfCells[])
BlockOfCellsCollection(BlockOfCellsCollection)

BlockOfCellsCollection()

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

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

BlockOfCellsCollection(BlockOfCells[])

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

Параметры

value
BlockOfCells[]

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

BlockOfCellsCollection(BlockOfCellsCollection)

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

Параметры

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