Interface IDeliveryReportServerInformation
Contains information about the report server that is required by delivery extensions. For example, a list of the available rendering extensions.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxe
'Declaração
Public Interface IDeliveryReportServerInformation
'Uso
Dim instance As IDeliveryReportServerInformation
public interface IDeliveryReportServerInformation
public interface class IDeliveryReportServerInformation
type IDeliveryReportServerInformation = interface end
public interface IDeliveryReportServerInformation
O tipo IDeliveryReportServerInformation expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início