Interfaz IDeliveryReportServerInformation
Contains information about the report server that is required by delivery extensions. For example, a list of the available rendering extensions.
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblados: Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxis
'Declaración
Public Interface IDeliveryReportServerInformation
'Uso
Dim instance As IDeliveryReportServerInformation
public interface IDeliveryReportServerInformation
public interface class IDeliveryReportServerInformation
type IDeliveryReportServerInformation = interface end
public interface IDeliveryReportServerInformation
El tipo IDeliveryReportServerInformation expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba