IDeliveryReportServerInformation.RenderingExtension Property
An array of Extension objects representing the rendering extensions currently deployed on a report server.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Syntax
'Declaration
ReadOnly Property RenderingExtension As Extension()
Extension[] RenderingExtension { get; }
property array<Extension^>^ RenderingExtension {
array<Extension^>^ get ();
}
/** @property */
Extension[] get_RenderingExtension ()
function get RenderingExtension () : Extension[]
Property Value
A list of rendering extensions that are currently available on the report server.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
IDeliveryReportServerInformation Interface
IDeliveryReportServerInformation Members
Microsoft.ReportingServices.Interfaces Namespace