Gets or sets IView which is the element used for report view.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public IView View { get; set; } |
Visual Basic (Declaration) |
---|
Public Property View As IView |
Visual C++ |
---|
public: property IView^ View { IView^ get (); void set (IView^ value); } |