IDeliveryReportServerInformation.RenderingExtension 属性

An array of Extension objects representing the rendering extensions currently deployed on a report server.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.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[]
A list of rendering extensions that are currently available on the report server.