Gets and sets code of the script that will be invoked before document is rendered.

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

Syntax

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

See Also