Language

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

適用対象