CustomReportItem.AltReportItem プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタムレポートアイテムタイプがレンダラーでサポートされていない場合にレンダリングするレポートアイテムを割り当てます。
public:
property Microsoft::ReportingServices::ReportRendering::ReportItem ^ AltReportItem { Microsoft::ReportingServices::ReportRendering::ReportItem ^ get(); };
public Microsoft.ReportingServices.ReportRendering.ReportItem AltReportItem { get; }
member this.AltReportItem : Microsoft.ReportingServices.ReportRendering.ReportItem
Public ReadOnly Property AltReportItem As ReportItem
プロパティ値
カスタムレポート項目タイプがレンダラーでサポートされていない場合にレンダリングするための ReportItem です。
注釈
このプロパティが要求されると、レポート処理は Process メソッドを呼び出して表示するアイテムを取得します。 カスタムレポート項目タイプがレポートプロセッサでサポートされていない場合は、代わりにレポート定義の AltReportItem が使用されます。