Gets or sets reports source.
Namespace:
PerpetuumSoft.Reporting.ComponentsAssembly: 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); } |