次の方法で共有


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()

プロパティ値

レポート サーバーで現在利用可能な表示拡張機能のリストです。

適用対象