Partager via


Propriété ReportViewer.LocalReport

Obtient l'instance de la classe Report qui est utilisée lorsque le ProcessingMode pour le contrôle ReportViewer a la valeur Local.

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

Syntaxe

'Déclaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property LocalReport As LocalReport
    Get
'Utilisation
Dim instance As ReportViewer
Dim value As LocalReport

value = instance.LocalReport
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public LocalReport LocalReport { get; }
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
public:
property LocalReport^ LocalReport {
    LocalReport^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member LocalReport : LocalReport
function get LocalReport () : LocalReport

Valeur de propriété

Type : Microsoft.Reporting.WebForms.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.WebForms