次の方法で共有


CustomReportItem.AltReportItem プロパティ

定義

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

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 が代わりに使用されます。

適用対象