IDeliveryReportServerInformation.RenderingExtension Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.