Gets the report viewer contained by the PreviewForm.

Namespace:  PerpetuumSoft.Reporting.View
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public ReportViewer ReportViewer { get; }
Visual Basic (Declaration)
Public ReadOnly Property ReportViewer As ReportViewer
Visual C++
public:
property ReportViewer^ ReportViewer {
	ReportViewer^ get ();
}

See Also