Gets and sets the code of the script that will be invoked when the band obtains data from the data source.

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

Syntax

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

See Also