Gets and sets the source for the report document.

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

Syntax

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

See Also