Propriété ReportServerInformation
Gets information about the report server that the delivery extension requires in order to perform deliveries.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Syntaxe
'Déclaration
WriteOnly Property ReportServerInformation As IDeliveryReportServerInformation
Set
'Utilisation
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)
Valeur de propriété
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.
Notes
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.