Gets whether the pass currently performed is the second pass.

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

Syntax

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

See Also