Freigeben über


CustomData-Klasse

Represents the data to be handed to a custom report item and the way that data should be grouped, sorted, filtered and aggregated.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.CustomData

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class CustomData
'Usage
Dim instance As CustomData
public sealed class CustomData
public ref class CustomData sealed
[<SealedAttribute>]
type CustomData =  class end
public final class CustomData

Der CustomData-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataColumnHierarchy Gets the hierarchy of column members for the data.
Öffentliche Eigenschaft DataRowHierarchy Gets the hierarchy of row members for the data.
Öffentliche Eigenschaft DataSetName Gets the data set to use as the source data for this custom report item.
Öffentliche Eigenschaft RowCollection Gets the data rows.

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

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.OnDemandReportRendering-Namespace