Gets and sets the code for the script that must perform the page content rendering. If this script is set then the standard renedering mechanism is disabled.

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

Syntax

C#
public string ManualBuildScript { get; set; }
Visual Basic (Declaration)
Public Property ManualBuildScript As String
Visual C++
public:
property String^ ManualBuildScript {
	String^ get ();
	void set (String^ value);
}

See Also