Click or drag to resize

StiGetSummaryExpressionEvent Class

Describes the class for realization of the event StiGetSummaryExpressionEvent.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.EventsStiEvent
    Stimulsoft.Report.EventsStiGetSummaryExpressionEvent

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiGetSummaryExpressionEventConverter))]
public class StiGetSummaryExpressionEvent : StiEvent

The StiGetSummaryExpressionEvent type exposes the following members.

Constructors
  NameDescription
Public methodStiGetSummaryExpressionEvent
Creates a new object of the type StiGetSummaryExpressionEvent.
Public methodStiGetSummaryExpressionEvent(String)
Creates a new object of the type StiGetSummaryExpressionEvent with specified arguments.
Public methodStiGetSummaryExpressionEvent(StiComponent)
Creates a new object of the type StiGetSummaryExpressionEvent with specified arguments.
Top
Properties
  NameDescription
Public propertyPropertyName (Inherited from StiEvent.)
Public propertyScript
Gets or sets Script of the event.
(Inherited from StiEvent.)
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from StiEvent.)
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 methodGetEventType
Return the type of the event.
(Overrides StiEventGetEventType.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetParameters
Returns an array of event parameters.
(Overrides StiEventGetParameters.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject (Inherited from StiEvent.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject (Inherited from StiEvent.)
Public methodSet (Inherited from StiEvent.)
Public methodToString
Returns the string representation of the event.
(Overrides ObjectToString.)
Top
See Also