ReportViewer.LocalReport Property
Returns the local report in the ReportViewer control.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public LocalReport LocalReport { get; }
public:
property LocalReport^ LocalReport {
LocalReport^ get();
}
member LocalReport : LocalReport with get
Public ReadOnly Property LocalReport As LocalReport
Property Value
Type: Microsoft.Reporting.WinForms.LocalReport
A LocalReport object containing the local report in the ReportViewer control.
Examples
Legacy Code Example
See LocalReport for a code example.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top