Gets or sets name of a data source for building the chart.

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

Syntax

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

See Also