Show / Hide Table of Contents

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.

Inheritance
System.Object
Base
Parameter
SystemVariable
PageNofMVariable
Implements
IFRSerializable
IParent
Inherited Members
SystemVariable.Expression
SystemVariable.Description
SystemVariable.CanContain(Base)
Parameter.Name
Parameter.DataType
Parameter.AsString
Parameter.Parameters
Parameter.FullName
Parameter.Restrictions
Parameter.Assign(Base)
Parameter.Serialize(FRWriter)
Parameter.GetExpressions()
Parameter.GetChildObjects(ObjectCollection)
Parameter.AddChild(Base)
Parameter.RemoveChild(Base)
Parameter.GetChildOrder(Base)
Parameter.SetChildOrder(Base, Int32)
Parameter.UpdateLayout(Single, Single)
Base.Flags
Base.Parent
Base.BaseName
Base.ClassName
Base.Report
Base.Page
Base.ChildObjects
Base.AllObjects
Base.ZOrder
Base.IsAncestor
Base.IsDesigning
Base.IsPrinting
Base.IsRunning
Base.OriginalComponent
Base.SetProp(Base, Base)
Base.FloatDiff(Single, Single)
Base.DeserializeSubItems(FRReader)
Base.ExtractDefaultMacros(String)
Base.Dispose(Boolean)
Base.SetFlags(Flags, Boolean)
Base.SetReport(Report)
Base.SetName(String)
Base.SetParent(Base)
Base.SetParentCore(Base)
Base.FindObject(String)
Base.CreateUniqueName()
Base.Clear()
Base.Deserialize(FRReader)
Base.BaseAssign(Base)
Base.AssignAll(Base)
Base.HasParent(Base)
Base.HasFlag(Flags)
Base.HasRestriction(Restrictions)
Base.InvokeEvent(String, Object)
Base.OnAfterLoad()
Base.GetCustomScript()
Base.ExtractMacros()
Base.IsHaveToConvert(Object)
Base.GetConvertedObjects()
Base.ForEachAllConvectedObjects(Object)
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
Parameter.Value
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.

Implements

IFRSerializable
IParent
In This Article
  • Properties
    • Value
  • Implements
Back to top Generated by DocFX