Classe CustomData

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

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.CustomData

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

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

Nel tipo CustomData sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica DataColumnHierarchy Gets the hierarchy of column members for the data.
Proprietà pubblica DataRowHierarchy Gets the hierarchy of row members for the data.
Proprietà pubblica DataSetName Gets the data set to use as the source data for this custom report item.
Proprietà pubblica RowCollection Gets the data rows.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering