Show / Hide Table of Contents

Class SystemVariable

Represents the base class for system variables.

Inheritance
System.Object
Base
Parameter
SystemVariable
AbsRowVariable
CopyNameMacroVariable
DateVariable
HierarchyLevelVariable
HierarchyRowNoVariable
PageMacroVariable
PageNofMVariable
PageNVariable
PageVariable
RowVariable
TotalPagesMacroVariable
TotalPagesVariable
Implements
IFRSerializable
IParent
Inherited Members
Parameter.Name
Parameter.DataType
Parameter.Value
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 SystemVariable : Parameter, IFRSerializable, IParent

Properties

Description

This property is not relevant to this class.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

Expression

This property is not relevant to this class.

Declaration
public string Expression { get; set; }
Property Value
Type Description
System.String

Methods

CanContain(Base)

Gets a value indicating that this object can contain the specified child object.

Declaration
public override bool CanContain(Base child)
Parameters
Type Name Description
Base child

Child object.

Returns
Type Description
System.Boolean

true if this object can contain the specified child object; otherwise, false.

Overrides
Parameter.CanContain(Base)

Implements

IFRSerializable
IParent
Back to top Generated by DocFX