CustomData-Klasse
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
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .DataRegionBody
Microsoft.ReportingServices.RdlObjectModel..::..CustomData
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.