Gets the value indicating that the viewer in design mode state.

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

Syntax

C#
protected static bool IsDesignMode { get; }
Visual Basic (Declaration)
Protected Shared ReadOnly Property IsDesignMode As Boolean
Visual C++
protected:
static property bool IsDesignMode {
	bool get ();
}

See Also