Gets or sets DataSource collection.
Namespace:
PerpetuumSoft.Reporting.ComponentsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public ObjectPointerCollection DataSources { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property DataSources As ObjectPointerCollection |
| Visual C++ |
|---|
public: property ObjectPointerCollection^ DataSources { ObjectPointerCollection^ get (); void set (ObjectPointerCollection^ value); } |