次の方法で共有


CustomReportItem クラス

RDL の中でネイティブに定義されていないレポート アイテムを表します。カスタム レポート アイテムに関する拡張情報は、CustomProperties()()()() プロパティ内に配置されます。この種類をサポートしていないツールとサーバーでは、[Microsoft.ReportingServices.OnDemandReportRendering.CustomReportItem.AltReportItem] プロパティが代わりに使用されます。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class CustomReportItem _
    Inherits ReportItem _
    Implements IDataRegion, IReportScope
'使用
Dim instance As CustomReportItem
public sealed class CustomReportItem : ReportItem, 
    IDataRegion, IReportScope
public ref class CustomReportItem sealed : public ReportItem, 
    IDataRegion, IReportScope
[<SealedAttribute>]
type CustomReportItem =  
    class
        inherit ReportItem
        interface IDataRegion
        interface IReportScope
    end
public final class CustomReportItem extends ReportItem implements IDataRegion, IReportScope

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElement
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItem
      Microsoft.ReportingServices.OnDemandReportRendering..::..CustomReportItem

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。