Gets and sets code of the main script sections. Allows you to declare global script variables as well as functions and procedures.

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

Syntax

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

See Also