Class PageNofMVariable
Returns a string containing the current page number and total pages in a form "Page N of M". To use this variable, you need to enable the report's double pass.
Inherited Members
Namespace: FastReport.Data
Assembly: FastReport.OpenSource.dll
Syntax
public class PageNofMVariable : SystemVariable, IFRSerializable, IParent
Properties
Value
Gets or sets the value of parameter.
Declaration
public override object Value { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
Remarks
You may specify the static value in this property. Note: if the Expression property is not empty, it will be calculated and its value will be returned.