Gets report source.

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

Syntax

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

See Also