Class PageMacroVariable
Returns current page number.
This variable is actually a macro. Its value is substituted when the component is viewed in the preview window. That means you cannot use it in an expression.
Inherited Members
Namespace: FastReport.Data
Assembly: FastReport.OpenSource.dll
Syntax
public class PageMacroVariable : 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.