Click or drag to resize

StiTitleExpression Class

Describes the class that contains the expression for calculation of Title.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiTitleExpressionConverter))]
public class StiTitleExpression : StiExpression

The StiTitleExpression type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyApplyFormat (Overrides StiExpressionApplyFormat.)
Public propertyFullConvert
Gets value, indicates that this value is be a string.
(Overrides StiExpressionFullConvert.)
Public propertyGenAddEvent
Gets value, indicates that it is necessary to add methods of getting the expression value to the event handler.
(Inherited from StiExpression.)
Public propertyValue
Gets or sets value of the expression.
(Inherited from StiExpression.)
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from StiExpression.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDefaultEvent
Returns the event for processing of the expession when generation the report script.
(Overrides StiExpressionGetDefaultEvent.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject (Inherited from StiExpression.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject (Inherited from StiExpression.)
Public methodToString (Inherited from StiExpression.)
Top
See Also