Determines the list of nested data sources.
Namespace:
PerpetuumSoft.Reporting.DOM.OlapAssembly: 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); } |