ReportViewer.LocalReport Propiedad

Devuelve el informe local en el control ReportViewer.

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

Sintaxis

'Declaración
Public ReadOnly Property LocalReport As LocalReport
    Get
'Uso
Dim instance As ReportViewer
Dim value As LocalReport

value = instance.LocalReport
public LocalReport LocalReport { get; }
public:
property LocalReport^ LocalReport {
    LocalReport^ get ();
}
member LocalReport : LocalReport
function get LocalReport () : LocalReport

Valor de la propiedad

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

Ejemplos

Vea LocalReport para obtener código muestra.

Vea también

Referencia

ReportViewer Clase

Espacio de nombres Microsoft.Reporting.WinForms