Generates a string that contains the expression for access to the specified field in the data source bound to the specified band.

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

Syntax

C#
public string GenerateAccessFieldExpression(
	string bandName,
	string fieldName
)
Visual Basic (Declaration)
Public Function GenerateAccessFieldExpression ( _
	bandName As String, _
	fieldName As String _
) As String
Visual C++
public:
String^ GenerateAccessFieldExpression(
	String^ bandName, 
	String^ fieldName
)

Parameters

bandName
Type: System..::.String
fieldName
Type: System..::.String

See Also