Compartir a través de


ReportViewer.ServerReport (Propiedad)

Obtiene la instancia de la clase Report que se utiliza cuando la propiedad ProcessingMode para el control ReportViewer se establece en Remote.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property ServerReport As ServerReport
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ServerReport ServerReport { get; }
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
public:
property ServerReport^ ServerReport {
    ServerReport^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member ServerReport : ServerReport with get
function get ServerReport () : ServerReport

Valor de propiedad

Tipo: Microsoft.Reporting.WebForms.ServerReport
Un objeto ServerReport que contiene el informe de servidor en el control ReportViewer.

Ejemplos

Para ver un ejemplo de código, vea ServerReport.

Vea también

Referencia

ReportViewer Clase

Microsoft.Reporting.WebForms (Espacio de nombres)