Interface IDeliveryReportServerInformation
Contains information about the report server that is required by delivery extensions. For example, a list of the available rendering extensions.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Syntaxe
'Déclaration
Public Interface IDeliveryReportServerInformation
'Utilisation
Dim instance As IDeliveryReportServerInformation
public interface IDeliveryReportServerInformation
public interface class IDeliveryReportServerInformation
type IDeliveryReportServerInformation = interface end
public interface IDeliveryReportServerInformation
Le type IDeliveryReportServerInformation expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
RenderingExtension | An array of Extension objects representing the rendering extensions currently deployed on a report server. | |
ServerSettings | Gets the setting values for the current extension. |
Haut de la page