次の方法で共有


IDeliveryReportServerInformation.ServerSettings プロパティ

使用中の拡張機能の設定値を取得します。

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

構文

'宣言
ReadOnly Property ServerSettings As Setting()
    Get
'使用
Dim instance As IDeliveryReportServerInformation 
Dim value As Setting()

value = instance.ServerSettings
Setting[] ServerSettings { get; }
property array<Setting^>^ ServerSettings {
    array<Setting^>^ get ();
}
abstract ServerSettings : Setting[]
function get ServerSettings () : Setting[]

プロパティ値

型: array<Microsoft.ReportingServices.Interfaces.Setting[]
Setting オブジェクトの配列です。

説明

このプロパティは、配信拡張機能のユーザー インターフェイスでのみ使用することを目的としています。 このプロパティにより、拡張機能で、使用中の拡張機能の設定情報をレポート サーバー データベースから取得することができます。

関連項目

参照

IDeliveryReportServerInformation インターフェイス

Microsoft.ReportingServices.Interfaces 名前空間