Partager via


Propriété ReportViewer.LocalReport

 

Publication: mars 2016

Renvoie le rapport local dans le contrôle ReportViewer.

Espace de noms:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

public LocalReport LocalReport { get; }
public:
property LocalReport^ LocalReport {
    LocalReport^ get();
}
member LocalReport : LocalReport with get
Public ReadOnly Property LocalReport As LocalReport

Valeur de propriété

Type: Microsoft.Reporting.WinForms.LocalReport

Objet LocalReport qui contient le rapport local dans le contrôle ReportViewer.

Exemples

Pour obtenir un exemple de code, consultez LocalReport.

Voir aussi

ReportViewer, classe
Microsoft.Reporting.WinForms, espace de noms

Retour au début