Classe DataCellCollection
Represents all data cells in a CustomData object. This class cannot be inherited.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class DataCellCollection
'Utilizzo
Dim instance As DataCellCollection
public sealed class DataCellCollection
public ref class DataCellCollection sealed
[<SealedAttribute>]
type DataCellCollection = class end
public final class DataCellCollection
Osservazioni
This collection encapsulates a two-dimensional array of data cells. There are as many rows as there are leaf-node elements in the DataRowGroupings collection. There are as many columns as there are leaf-node elements in the DataColumnGroupings collection.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..DataCellCollection
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche