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