Gets nested data sections collection.

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

Syntax

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

See Also