次の方法で共有


ISubscriptionBaseUIUserControl.ReportServerInformation プロパティ

配信拡張機能が配信を実行するために必要とする、レポート サーバーに関する情報を取得します。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)

構文

'宣言
WriteOnly Property ReportServerInformation As IDeliveryReportServerInformation 
    Set
'使用
Dim instance As ISubscriptionBaseUIUserControl 
Dim value As IDeliveryReportServerInformation

instance.ReportServerInformation = value
IDeliveryReportServerInformation ReportServerInformation { set; }
property IDeliveryReportServerInformation^ ReportServerInformation {
    void set (IDeliveryReportServerInformation^ value);
}
abstract ReportServerInformation : IDeliveryReportServerInformation with get, set
function set ReportServerInformation (value : IDeliveryReportServerInformation)

プロパティ値

型: Microsoft.ReportingServices.Interfaces.IDeliveryReportServerInformation
たとえばインストールされている表示拡張機能の一覧などの、レポート サーバーに関する特定の情報を、レポート通知を配信する前に取得するために使用できる IDeliveryReportServerInformation インターフェイスです。

説明

このプロパティには、サーバーでサポートされる表示拡張機能の名前が格納されます。 配信拡張機能が持つ機能に応じて、使用可能な表示拡張機能を、配信メカニズムでサポートされるものだけに制限する必要があります。

関連項目

参照

ISubscriptionBaseUIUserControl インターフェイス

Microsoft.ReportingServices.Interfaces 名前空間