IDeliveryReportServerInformation.RenderingExtension プロパティ

レポート サーバーに現在配置されている表示拡張機能を表す Extension オブジェクトの配列です。

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

構文

'宣言
ReadOnly Property RenderingExtension As Extension()
    Get
'使用
Dim instance As IDeliveryReportServerInformation 
Dim value As Extension()

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

プロパティ値

型: array<Microsoft.ReportingServices.Interfaces.Extension[]
レポート サーバーで現在利用可能な表示拡張機能のリストです。

関連項目

参照

IDeliveryReportServerInformation インターフェイス

Microsoft.ReportingServices.Interfaces 名前空間