Class SystemVariable
Represents the base class for system variables.
Inheritance
System.Object
SystemVariable
Inherited Members
Namespace: FastReport.Data
Assembly: FastReport.Base.dll
Syntax
public class SystemVariable : Parameter, IDisposable, 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)
Declaration
public override bool CanContain(Base child)
Parameters
Type | Name | Description |
---|---|---|
Base | child |
Returns
Type | Description |
---|---|
System.Boolean |