Compartir a través de


ReportServerInformation Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
WriteOnly Property ReportServerInformation As IDeliveryReportServerInformation
    Set
'Uso
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)

Valor de la propiedad

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

Comentarios

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.