Поделиться через


Свойство 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.