Gets or sets a collection of data source fields which are used as the nested source.

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

Syntax

C#
public NestedFieldCollection NestedFields { get; set; }
Visual Basic (Declaration)
Public Property NestedFields As NestedFieldCollection
Visual C++
public:
property NestedFieldCollection^ NestedFields {
	NestedFieldCollection^ get ();
	void set (NestedFieldCollection^ value);
}

See Also