IDeliveryReportServerInformation.RenderingExtension Property

Definition

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

public:
 property cli::array <Microsoft::ReportingServices::Interfaces::Extension ^> ^ RenderingExtension { cli::array <Microsoft::ReportingServices::Interfaces::Extension ^> ^ get(); };
public Microsoft.ReportingServices.Interfaces.Extension[] RenderingExtension { get; }
member this.RenderingExtension : Microsoft.ReportingServices.Interfaces.Extension[]
Public ReadOnly Property RenderingExtension As Extension()

Property Value

A list of rendering extensions that are currently available on the report server.

Applies to