DataCellCollection-Klasse
Represents all data cells in a CustomData object. This class cannot be inherited.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.ReportRendering.DataCellCollection
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class DataCellCollection
'Usage
Dim instance As DataCellCollection
public sealed class DataCellCollection
public ref class DataCellCollection sealed
[<SealedAttribute>]
type DataCellCollection = class end
public final class DataCellCollection
Der DataCellCollection-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
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.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.