Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property RenderingExtension As Extension()
Get
'Usage
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[]
Property Value
Type: array<Microsoft.ReportingServices.Interfaces.Extension[]
A list of rendering extensions that are currently available on the report server.