CustomReportItem クラス
RDL の中でネイティブに定義されていないレポート アイテムを表します。カスタム レポート アイテムに関する拡張情報は、CustomProperties()()()() プロパティ内に配置されます。この種類をサポートしていないツールとサーバーでは、[Microsoft.ReportingServices.RdlObjectModel.CustomReportItem.AltReportItem] プロパティが代わりに使用されます。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Class CustomReportItem _
Inherits ReportItem
'使用
Dim instance As CustomReportItem
public class CustomReportItem : ReportItem
public ref class CustomReportItem : public ReportItem
type CustomReportItem =
class
inherit ReportItem
end
public class CustomReportItem extends ReportItem
継承階層
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportElement
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportItem
Microsoft.ReportingServices.RdlObjectModel..::..CustomReportItem
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。