Gets IView which is report preview control.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

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

See Also