Condividi tramite


Proprietà ReportViewer.LocalReport

Recupera un report locale nel controllo ReportViewer.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

'Dichiarazione
<SRDescriptionAttribute("LocalReportDesc")> _
<NotifyParentPropertyAttribute(True)> _
<CategoryAttribute("Misc")> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property LocalReport As LocalReport
'Utilizzo
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

Valore proprietà

Oggetto LocalReport contenente il report locale nel controllo ReportViewer.

Esempio

Per un esempio di codice, vedere LocalReport.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms