Share via


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.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class CustomData _
    Inherits DataRegionBody _
    Implements IDataScopeService, IDataScope, IContainedObject, IDataCellScopeService
'Usage
Dim instance As CustomData
public class CustomData : DataRegionBody, IDataScopeService, 
    IDataScope, IContainedObject, IDataCellScopeService
public ref class CustomData : public DataRegionBody, 
    IDataScopeService, IDataScope, IContainedObject, IDataCellScopeService
type CustomData =  
    class
        inherit DataRegionBody
        interface IDataScopeService
        interface IDataScope
        interface IContainedObject
        interface IDataCellScopeService
    end
public class CustomData extends DataRegionBody implements IDataScopeService, IDataScope, IContainedObject, IDataCellScopeService

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.