Gets or sets value indicating that the dociment is exported to images by pages.

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

Syntax

C#
public bool MultiPage { get; set; }
Visual Basic (Declaration)
Public Property MultiPage As Boolean
Visual C++
public:
property bool MultiPage {
	bool get ();
	void set (bool value);
}

See Also