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)
Параметры
- value
- BlockOfCellsCollection