Classe DataCellCollection
Represents all data cells in a CustomData object. This class cannot be inherited.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..DataCellCollection
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class DataCellCollection
'Utilisation
Dim instance As DataCellCollection
public sealed class DataCellCollection
public ref class DataCellCollection sealed
[<SealedAttribute>]
type DataCellCollection = class end
public final class DataCellCollection
Le type DataCellCollection expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
ColumnCount | Returns the number of columns in the data cell array. | |
Count | Gets the number of data cells in the collection. | |
Item | Returns a data cell at the specified row and column. | |
RowCount | Returns the number of rows in the data cell array. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
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.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.