IDeliveryReportServerInformation Interface

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 (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Public Interface IDeliveryReportServerInformation
'Usage
Dim instance As IDeliveryReportServerInformation
public interface IDeliveryReportServerInformation
public interface class IDeliveryReportServerInformation
type IDeliveryReportServerInformation =  interface end
public interface IDeliveryReportServerInformation

The IDeliveryReportServerInformation type exposes the following members.

Properties

  Name Description
Public property RenderingExtension An array of Extension objects representing the rendering extensions currently deployed on a report server.
Public property ServerSettings Gets the setting values for the current extension.

Top