ISubscriptionBaseUIUserControl.ReportServerInformation Propiedad

Definición

Obtiene información sobre el servidor de informes que la extensión de entrega requiere para realizar entregas.

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

Valor de propiedad

Una IDeliveryReportServerInformation interfaz que puede usarse para obtener información específica sobre un servidor de informes antes de entregar notificaciones de informes, por ejemplo, la lista de extensiones de renderizado instaladas.

Comentarios

Esta propiedad contiene los nombres de las extensiones de renderizado soportadas por el servidor. Dependiendo de la funcionalidad de tu extensión de entrega, deberías limitar las extensiones de renderizado disponibles solo a aquellas soportadas por tu mecanismo de entrega.

Se aplica a