CustomReportItem クラス
カスタム レポート アイテムを表します。このクラスは継承できません。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public NotInheritable Class CustomReportItem _
Inherits ReportItem
'使用
Dim instance As CustomReportItem
public sealed class CustomReportItem : ReportItem
public ref class CustomReportItem sealed : public ReportItem
[<SealedAttribute>]
type CustomReportItem =
class
inherit ReportItem
end
public final class CustomReportItem extends ReportItem
説明
このカスタム レポート アイテムの種類に対して EnableNativeCustomReportItem を呼び出していない限り、CustomReportItem は表示オブジェクト モデルに表示されません。代わりに、AltReportItem がその場所に表示されます。
カスタム レポート アイテムの詳細については、「カスタム レポート アイテム」を参照してください。
継承階層
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering. . :: . .ReportItem
Microsoft.ReportingServices.ReportRendering..::..CustomReportItem
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。