Partager via


Propriété ReportViewer.LocalReport

Obtient un rapport local dans le contrôle ReportViewer.

Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)

Syntaxe

'Déclaration
<SRDescriptionAttribute("LocalReportDesc")> _
<NotifyParentPropertyAttribute(True)> _
<CategoryAttribute("Misc")> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property LocalReport As LocalReport
'Utilisation
Dim instance As ReportViewer
Dim value As LocalReport

value = instance.LocalReport
[SRDescriptionAttribute("LocalReportDesc")] 
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute("Misc")] 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)] 
public LocalReport LocalReport { get; }
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute(L"Misc")] 
[PersistenceModeAttribute(PersistenceMode::InnerProperty)] 
public:
LocalReport^ LocalReport {
    LocalReport^ get ();
}
/** @property */
public LocalReport get_LocalReport ()
public function get LocalReport () : LocalReport

Valeur de la propriété

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

Exemple

Pour obtenir un exemple de code, consultez LocalReport.

Voir aussi

Référence

Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms