Compartir a través de


ReportViewer.LocalReport Propiedad

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

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

Sintaxis

'Declaración
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property LocalReport As LocalReport
    Get
'Uso
Dim instance As ReportViewer
Dim value As LocalReport

value = instance.LocalReport
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public LocalReport LocalReport { get; }
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
public:
property LocalReport^ LocalReport {
    LocalReport^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member LocalReport : LocalReport
function get LocalReport () : LocalReport

Valor de la propiedad

Tipo: Microsoft.Reporting.WebForms.LocalReport
Un objeto LocalReport que contiene el informe local en el control ReportViewer.

Ejemplos

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

Vea también

Referencia

ReportViewer Clase

Espacio de nombres Microsoft.Reporting.WebForms