Gets whether the final document is already prepared.

Namespace:  PerpetuumSoft.Reporting.Components
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public override bool IsPrepared { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property IsPrepared As Boolean
Visual C++
public:
virtual property bool IsPrepared {
	bool get () override;
}

See Also