Compartir a través de


IDeliveryReportServerInformation.RenderingExtension Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
ReadOnly Property RenderingExtension As Extension()
    Get
'Uso
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[]

Valor de la propiedad

Tipo: array<Microsoft.ReportingServices.Interfaces.Extension[]
A list of rendering extensions that are currently available on the report server.

Vea también

Referencia

IDeliveryReportServerInformation Interfaz

Espacio de nombres Microsoft.ReportingServices.Interfaces