Freigeben über


ISubscriptionBaseUIUserControl.ReportServerInformation-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
WriteOnly Property ReportServerInformation As IDeliveryReportServerInformation 
    Set
'Usage
Dim instance As ISubscriptionBaseUIUserControl 
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)

Eigenschaftswert

Typ: 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.

Hinweise

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.

Siehe auch

Verweis

ISubscriptionBaseUIUserControl Schnittstelle

Microsoft.ReportingServices.Interfaces-Namespace