ISubscriptionBaseUIUserControl.ReportServerInformation プロパティ

定義

配信拡張が配信を行うために必要なレポートサーバーの情報を取得します。

public:
 property Microsoft::ReportingServices::Interfaces::IDeliveryReportServerInformation ^ ReportServerInformation {  void set(Microsoft::ReportingServices::Interfaces::IDeliveryReportServerInformation ^ value); };
public Microsoft.ReportingServices.Interfaces.IDeliveryReportServerInformation ReportServerInformation { set; }
member this.ReportServerInformation : Microsoft.ReportingServices.Interfaces.IDeliveryReportServerInformation
Public Property ReportServerInformation As IDeliveryReportServerInformation

プロパティ値

レポート通知を配信する前に、インストールされたレンダリング拡張のリストなど、レポートサーバーに関する特定の情報を取得するための IDeliveryReportServerInformation インターフェースです。

注釈

このプロパティにはサーバーがサポートするレンダリング拡張の名前が含まれています。 配信拡張機能の機能によっては、利用可能なレンダリング拡張を配信メカニズムでサポートされているものに限定すべきです。

適用対象