Właściwość ReportViewer.LocalReport —
Returns the local report in the ReportViewer control.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public ReadOnly Property LocalReport As LocalReport
public LocalReport LocalReport { get; }
public:
property LocalReport^ LocalReport {
LocalReport^ get ();
}
member LocalReport : LocalReport with get
function get LocalReport () : LocalReport
Wartość właściwości
Typ: Microsoft.Reporting.WinForms.LocalReport
A LocalReport object containing the local report in the ReportViewer control.
Przykłady
See LocalReport for a code example.