Partager via


Propriété ReportViewer.LocalReport

Renvoie le rapport local dans le contrôle ReportViewer.

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

Syntaxe

'Déclaration
Public ReadOnly Property LocalReport As LocalReport
    Get
'Utilisation
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

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

Espace de noms Microsoft.Reporting.WinForms