ReportServerInformation プロパティ
配信拡張機能が配信を実行するために必要とする、レポート サーバーに関する情報を取得します。
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
構文
'宣言
WriteOnly Property ReportServerInformation As IDeliveryReportServerInformation
Set
'使用
Dim instance As IDeliveryExtension
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 インターフェイスです。
説明
このプロパティには、サーバーでサポートされる表示拡張機能の名前が格納されます。配信拡張機能が持つ機能に応じて、使用可能な表示拡張機能を、配信メカニズムでサポートされるものだけに制限する必要があります。