ActiveReports 12
ReplaceIdentifier Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace > ExpressionExtentions Class : ReplaceIdentifier Method
Original expression
Replacing function
Replaces all occurances of the identifier in current expression, using provided function
Syntax
'Declaration
 
Public Shared Function ReplaceIdentifier( _
   ByVal originalExpression As ExpressionInfo, _
   ByVal replacer As Func(Of String,String) _
) As ExpressionInfo
public static ExpressionInfo ReplaceIdentifier( 
   ExpressionInfo originalExpression,
   Func<string,string> replacer
)

Parameters

originalExpression
Original expression
replacer
Replacing function

Return Value

New ExpressionInfo instance with replaced identifier or exact instance if no changes were made
See Also

Reference

ExpressionExtentions Class
ExpressionExtentions Members