Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
An array of Extension objects representing the rendering extensions currently deployed on a report server.
Spazio dei nomi Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Sintassi
'Dichiarazione
ReadOnly Property RenderingExtension As Extension()
Get
'Utilizzo
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[]
Valore proprietà
Tipo: array<Microsoft.ReportingServices.Interfaces.Extension[]
A list of rendering extensions that are currently available on the report server.