IDeliveryReportServerInformation.RenderingExtension Property
An array of Extension objects representing the rendering extensions currently deployed on a report server.
Espace de noms: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Syntaxe
'Déclaration
ReadOnly Property RenderingExtension As Extension()
Extension[] RenderingExtension { get; }
property array<Extension^>^ RenderingExtension {
array<Extension^>^ get ();
}
/** @property */
Extension[] get_RenderingExtension ()
function get RenderingExtension () : Extension[]
Valeur de propriété
A list of rendering extensions that are currently available on the report server.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
IDeliveryReportServerInformation Interface
IDeliveryReportServerInformation Members
Microsoft.ReportingServices.Interfaces Namespace