Gets the property which indicates that the page is loaded.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public bool IsLoaded { get; }  | 
| Visual Basic (Declaration) | 
|---|
Public ReadOnly Property IsLoaded As Boolean  | 
| Visual C++ | 
|---|
public: property bool IsLoaded { bool get (); }  |