Compartilhar via


Propriedade do RDL IDeliveryReportServerInformation.RenderingExtension

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IDeliveryReportServerInformation Interface

Namespace Microsoft.ReportingServices.Interfaces