Właściwość ReportViewer.LocalReport —
Gets the instance of the Report class that is used when the ProcessingMode for the ReportViewer control is set to Local.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property LocalReport As LocalReport
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public LocalReport LocalReport { get; }
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
public:
property LocalReport^ LocalReport {
LocalReport^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member LocalReport : LocalReport with get
function get LocalReport () : LocalReport
Wartość właściwości
Typ: Microsoft.Reporting.WebForms.LocalReport
A LocalReport object containing the local report in the ReportViewer control.
Przykłady
See LocalReport for a code example.