Gets the collection of associated data sources.

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

Syntax

C#
public ObjectPointerCollection DataObjects { get; }
Visual Basic (Declaration)
Public ReadOnly Property DataObjects As ObjectPointerCollection
Visual C++
public:
property ObjectPointerCollection^ DataObjects {
	ObjectPointerCollection^ get ();
}

See Also