Partager via


ReportViewer.LocalReport, propriété

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

'Déclaration
Public ReadOnly Property LocalReport As LocalReport
public LocalReport LocalReport { get; }
public:
property LocalReport^ LocalReport {
    LocalReport^ get ();
}
member LocalReport : LocalReport with get
function get LocalReport () : 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

Référence

ReportViewer Classe

Microsoft.Reporting.WinForms, espace de noms