次の方法で共有


NavigationItem.ReportItem プロパティ

カバー フロー ナビゲーション レイアウトの描画に使用するレポート アイテムを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
ReportItem が返されます。

説明

ReportItemReference と ReportItem の両方ではなく、いずれか一方が指定されます。

関連項目

参照

NavigationItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間