Gets the data source object.

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

Syntax

C#
Object Source { get; }
Visual Basic (Declaration)
ReadOnly Property Source As Object
Visual C++
property Object^ Source {
	Object^ get ();
}

See Also