Freigeben über


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
Öffentliche Eigenschaft ColumnCount Returns the number of columns in the data cell array.
Öffentliche Eigenschaft Count Gets the number of data cells in the collection.
Öffentliche Eigenschaft Item Returns a data cell at the specified row and column.
Öffentliche Eigenschaft RowCount Returns the number of rows in the data cell array.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.ReportingServices.ReportRendering-Namespace