Proprietà ReportViewer.LocalReport

Restituisce il rapporto locale nel controllo ReportViewer.

Spazio dei nomi  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property LocalReport As LocalReport
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.Reporting.WinForms.LocalReport
Oggetto LocalReport contenente il rapporto locale nel controllo ReportViewer.

Esempi

Per un esempio di codice, vedere LocalReport.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WinForms