BlockOfCellsCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BlockOfCellsCollection() | |
BlockOfCellsCollection(BlockOfCells[]) | |
BlockOfCellsCollection(BlockOfCellsCollection) |
BlockOfCellsCollection()
public:
BlockOfCellsCollection();
public BlockOfCellsCollection ();
Public Sub New ()
Applies to
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())
Parameters
- value
- BlockOfCells[]
Applies to
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)
Parameters
- value
- BlockOfCellsCollection