IDeliveryExtension.ReportServerInformation Property

Gets information about the report server that the delivery extension requires in order to perform deliveries.

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
WriteOnly Property ReportServerInformation As IDeliveryReportServerInformation
    Set
'Usage
Dim instance As IDeliveryExtension
Dim value As IDeliveryReportServerInformation

instance.ReportServerInformation = value
IDeliveryReportServerInformation ReportServerInformation { set; }
property IDeliveryReportServerInformation^ ReportServerInformation {
    void set (IDeliveryReportServerInformation^ value);
}
abstract ReportServerInformation : IDeliveryReportServerInformation with get, set
function set ReportServerInformation (value : IDeliveryReportServerInformation)

Property Value

Type: Microsoft.ReportingServices.Interfaces.IDeliveryReportServerInformation
An IDeliveryReportServerInformation interface that can be used to obtain specific information about a report server prior to delivering report notifications, for example, the list of installed rendering extensions.

Remarks

This property contains the names of rendering extensions supported by the server. Depending on the functionality of your delivery extension, you should limit the available rendering extensions to only those supported by your delivery mechanism.