IDeliveryReportServerInformation.RenderingExtension 屬性
An array of Extension objects representing the rendering extensions currently deployed on a report server.
命名空間: 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[]
A list of rendering extensions that are currently available on the report server.