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.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class CustomData _
Implements IReportScopeInstance
'Uso
Dim instance As CustomData
public sealed class CustomData : IReportScopeInstance
public ref class CustomData sealed : IReportScopeInstance
[<SealedAttribute>]
type CustomData =
class
interface IReportScopeInstance
end
public final class CustomData implements IReportScopeInstance
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..CustomData
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também