Initializes a new instance of the NestedField class.

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

Syntax

C#
public NestedField(
	string path
)
Visual Basic (Declaration)
Public Sub New ( _
	path As String _
)
Visual C++
public:
NestedField(
	String^ path
)

Parameters

path
Type: System..::.String

See Also