次の方法で共有


CustomReportItem.AltReportItem プロパティ

カスタム アイテムの種類がネイティブでサポートされていない場合に、カスタム レポート アイテムの代わりに表示するレポート アイテムを取得します。

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

構文

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

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

プロパティ値

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

関連項目

参照

CustomReportItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間