Gets IView which is report preview control.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.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