다음을 통해 공유


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.