CustomData Class
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 (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class CustomData _
Implements IReportScopeInstance
'Usage
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
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.CustomData
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.