ISubscriptionBaseUIUserControl.ReportServerInformation Property

Definition

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

public:
 property Microsoft::ReportingServices::Interfaces::IDeliveryReportServerInformation ^ ReportServerInformation {  void set(Microsoft::ReportingServices::Interfaces::IDeliveryReportServerInformation ^ value); };
public Microsoft.ReportingServices.Interfaces.IDeliveryReportServerInformation ReportServerInformation { set; }
member this.ReportServerInformation : Microsoft.ReportingServices.Interfaces.IDeliveryReportServerInformation
Public Property ReportServerInformation As IDeliveryReportServerInformation

Property Value

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.

Applies to