Partager via


RenderingExtension propriété

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.Interfaces (dans Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (dans Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
ReadOnly Property RenderingExtension As Extension()
    Get
'Utilisation
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[]

Valeur de la propriété

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