Click or drag to resize

StiCodeDomSerializator Class

The class serves to serialize into a code of a report.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.CodeDomStiCodeDomSerializator

Namespace:  Stimulsoft.Report.CodeDom
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiCodeDomSerializator

The StiCodeDomSerializator type exposes the following members.

Constructors
  NameDescription
Public methodStiCodeDomSerializator
Initializes a new instance of the StiCodeDomSerializator class
Top
Methods
  NameDescription
Public methodAddToRemittedBuild
Adds a record to the collection of events (OnBuild).
Public methodAddToRemittedSE
Adds a record to the collection of events (OnBeginRender and OnEndRender).
Public methodBuildArrayAggregates
Create the array of all aggregate functions.
Public methodConnectAggreagatesBuild
Connect the delayed collection of aggregate functions to the end for building.
Public methodConnectAggregatesBeginEnd
Connect the delayed collection of aggregate functions to the events on the begin and the end.
Public methodConnectChartProcessAtEnd
Public methodConnectTextBoxReportEnd
Connect the delayed collection of aggregate functions to the end of generation.
Public methodContainsRemittedComponentInLast
Tests whether the collection is located in the component which formation is delayed to the end.
Public methodStatic memberConvertExpressionToString
Public methodStatic memberConvertTypeToString
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 methodStatic memberGetCheckerInfoString
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReplaceSymbols(String)
Replaces impossible symbols in the string on the symbol '_'.
Public methodStatic memberReplaceSymbols(String, StiReport)
Public methodStatic memberReplaceSymbols(String, Boolean, StiReport)
Replaces impossible symbols in the string on the symbol '_'.
Public methodSerialize(StiReport, String, StiLanguage)
Serializes into a code.
Public methodSerialize(StiReport, String, StiLanguage, Boolean)
Serializes into a code.
Public methodSerialize(StiReport, String, StiLanguage, Object)
Serializes into a code.
Public methodSerialize(StiReport, String, StiLanguage, Boolean, Boolean)
Serializes into a code.
Public methodSerialize(StiReport, String, StiLanguage, Boolean, Boolean, Object)
Serializes into a code.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
See Also