Click or drag to resize

ModelBuildStep Enumeration

Step of the model result build during execution

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum ModelBuildStep
Members
Member nameValueDescription
FillResultTable0 The result table is being filled
BuildPages1 The result pages are being built
BuildTables2 The result tables are being built
BuildTotals3 The totals are being built
HandleCellScript4 The cell scripts are being executed
BuildSeries5 The chart series are being built
FinalSort6 The final sort is being applied
BuildSubTotals7 The sub-totals are being built
HandleFinalScript8 The final script is being executed
See Also