Gets and sets the data sources collection.
Namespace:
PerpetuumSoft.Reporting.RenderingAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public ObjectPointerCollection Objects { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Objects As ObjectPointerCollection |
| Visual C++ |
|---|
public: property ObjectPointerCollection^ Objects { ObjectPointerCollection^ get (); void set (ObjectPointerCollection^ value); } |