Class SystemVariable
Represents the base class for system variables.
Inheritance
System.Object
SystemVariable
Inherited Members
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. |