言語

IDeliveryReportServerInformation.RenderingExtension プロパティ

定義

レポートサーバーに現在展開されているレンダリング拡張を表す Extension オブジェクトの配列です。

public:
 property cli::array <Microsoft::ReportingServices::Interfaces::Extension ^> ^ RenderingExtension { cli::array <Microsoft::ReportingServices::Interfaces::Extension ^> ^ get(); };
public Microsoft.ReportingServices.Interfaces.Extension[] RenderingExtension { get; }
member this.RenderingExtension : Microsoft.ReportingServices.Interfaces.Extension[]
Public ReadOnly Property RenderingExtension As Extension()

プロパティ値

現在レポートサーバーで利用可能なレンダリング拡張の一覧です。

適用対象