IDeliveryExtension.ReportServerInformation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.