Gets the final document.

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

Syntax

C#
public Document ProductionDocument { get; internal set; }
Visual Basic (Declaration)
Public Property ProductionDocument As Document
Visual C++
public:
property Document^ ProductionDocument {
	Document^ get ();
	void set (Document^ value);
}

See Also