Retrieves field name.

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

Syntax

C#
public static string RetrieveFieldPath(
	string path
)
Visual Basic (Declaration)
Public Shared Function RetrieveFieldPath ( _
	path As String _
) As String
Visual C++
public:
static String^ RetrieveFieldPath(
	String^ path
)

Parameters

path
Type: System..::.String

See Also