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.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.CustomData
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class CustomData
'Uso
Dim instance As CustomData
public sealed class CustomData
public ref class CustomData sealed
[<SealedAttribute>]
type CustomData = class end
public final class CustomData
O tipo CustomData expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
DataColumnHierarchy | Gets the hierarchy of column members for the data. |
![]() |
DataRowHierarchy | Gets the hierarchy of row members for the data. |
![]() |
DataSetName | Gets the data set to use as the source data for this custom report item. |
![]() |
RowCollection | Gets the data rows. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering