CustomData クラス
カスタム レポート アイテムに渡すデータと、データのグループ化、並べ替え、フィルター選択、および集計方法を表します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Class CustomData _
Inherits DataRegionBody _
Implements IDataScopeService, IDataScope, IContainedObject, IDataCellScopeService
'使用
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
継承階層
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .DataRegionBody
Microsoft.ReportingServices.RdlObjectModel..::..CustomData
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。