Propiedad ReportViewer.ServerReport

Obtiene un informe de servidor en el Visor de informes.

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

Sintaxis

'Declaración
<NotifyParentPropertyAttribute(True)> _
<CategoryAttribute("Misc")> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property ServerReport As ServerReport
'Uso
Dim instance As ReportViewer
Dim value As ServerReport

value = instance.ServerReport
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute("Misc")] 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)] 
public ServerReport ServerReport { get; }
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute(L"Misc")] 
[PersistenceModeAttribute(PersistenceMode::InnerProperty)] 
public:
ServerReport^ ServerReport {
    ServerReport^ get ();
}
/** @property */
public ServerReport get_ServerReport ()
public function get ServerReport () : ServerReport

Valor de la propiedad

Un objeto ServerReport que contiene el informe de servidor en el Visor de informes.

Ejemplo

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

Consulte también

Referencia

Clase ReportViewer
Miembros ReportViewer
Espacio de nombres Microsoft.Reporting.WebForms