Gets or sets ViewOptions which are report preview options (switch on/off element functions used for preview).
            This is a dependency property.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public ViewOptions ViewOptions { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property ViewOptions As ViewOptions  | 
| Visual C++ | 
|---|
public: property ViewOptions^ ViewOptions { ViewOptions^ get (); void set (ViewOptions^ value); }  |