次の方法で共有


CustomReportItem.GeneratedReportItem プロパティ

カスタム レポート アイテムのランタイム クラスによって生成されるレポート アイテムを取得します。

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

構文

'宣言
Public ReadOnly Property GeneratedReportItem As ReportItem 
    Get
'使用
Dim instance As CustomReportItem 
Dim value As ReportItem 

value = instance.GeneratedReportItem
public ReportItem GeneratedReportItem { get; }
public:
property ReportItem^ GeneratedReportItem {
    ReportItem^ get ();
}
member GeneratedReportItem : ReportItem
function get GeneratedReportItem () : ReportItem

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
ReportItem オブジェクト。

関連項目

参照

CustomReportItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間