StiCheckEngine Class
Namespace: Stimulsoft.Report.Check
Constructors
| Constructor | Description |
|---|---|
| StiCheckEngine() |
StiCheckEngine()
Properties
| Property | Type | Description |
|---|---|---|
| ProgressInformation | string | |
| ProgressMaximum | double | |
| ProgressValue | double |
Methods
| Method | Returns | Description |
|---|---|---|
| CheckReport | List<StiCheck> | |
| Compare | int |
Method Details
CheckReport
CheckReport(report: StiReport): List<StiCheck>
Parameters
- report (StiReport)
Returns List<StiCheck>
Compare
Compare(check1: StiCheck, check2: StiCheck): int
Parameters
Returns int
Events
| Event | Type | Description |
|---|---|---|
| CheckingComponents | EventHandler | |
| CheckingDataSource | EventHandler | |
| CheckingDatabases | EventHandler | |
| CheckingPages | EventHandler | |
| CheckingRelations | EventHandler | |
| CheckingUserFunctions | EventHandler | |
| CheckingVariables | EventHandler | |
| FinishCheckingComponents | EventHandler | |
| FinishCheckingDataSource | EventHandler | |
| FinishCheckingDatabases | EventHandler | |
| FinishCheckingPages | EventHandler | |
| FinishCheckingRelations | EventHandler | |
| FinishCheckingReport | EventHandler | |
| FinishCheckingUserFunctions | EventHandler | |
| FinishCheckingVariables | EventHandler | |
| StartCheckingComponents | EventHandler | |
| StartCheckingDataSource | EventHandler | |
| StartCheckingDatabases | EventHandler | |
| StartCheckingPages | EventHandler | |
| StartCheckingRelations | EventHandler | |
| StartCheckingUserFunctions | EventHandler | |
| StartCheckingVariables | EventHandler |