Freigeben über


ReportViewer.LocalReport-Eigenschaft

Gibt den lokalen Bericht im ReportViewer-Steuerelement zurück.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

'Declaration
Public ReadOnly Property LocalReport As LocalReport
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.Reporting.WinForms.LocalReport
Ein LocalReport-Objekt, das den lokalen Bericht im ReportViewer-Steuerelement enthält.

Beispiele

Ein Codebeispiel finden Sie unter LocalReport.

Siehe auch

Verweis

ReportViewer Klasse

Microsoft.Reporting.WinForms-Namespace