[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ReplaceRowNumber

ReplaceRowNumber Method

ReplaceRowNumber(ExpressionInfo, int)

Replaces 'RowNumber' function with the specified calculated row number.

Declaration
public static ExpressionInfo ReplaceRowNumber(ExpressionInfo expression, int rowNumber)
Parameters
Type Name Description
ExpressionInfo expression

An ExpressionInfo object to process.

int rowNumber

An int value indicating the row number value to insert.

Returns
Type Description
ExpressionInfo

A modified ExpressionInfo object.