[Missing <summary> documentation for P:PerpetuumSoft.Reporting.Components.ResolveSubReportSourceEventArgs.ReportSource]

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

Syntax

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

See Also