BlockOfCellsCollection Construtores

Definição

Sobrecargas

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

BlockOfCellsCollection()

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

Aplica-se a

BlockOfCellsCollection(BlockOfCells[])

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

Parâmetros

value
BlockOfCells[]

Aplica-se a

BlockOfCellsCollection(BlockOfCellsCollection)

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

Parâmetros

Aplica-se a