StiCross Class
Namespace: Stimulsoft.Report.CrossTab.Core
Inheritance
Inherits from: StiGrid
Properties
| Property | Type | Description |
|---|---|---|
| ColTitleFields | StiComponentsCollection | |
| Cols | StiColumnCollection | |
| LeftCrossTitle | StiCrossTitle | |
| RightCrossTitle | StiCrossTitle | |
| RowTitleFields | StiComponentsCollection | |
| Rows | StiRowCollection | |
| SizesConverted | bool | |
| SummaryContainer | StiSummaryContainer | |
| SummaryCrossTitle | StiCrossTitle |
Methods
| Method | Returns | Description |
|---|---|---|
| Clear | bool | |
| Create | void | |
| HasRightCrossTitle | bool |
Method Details
Clear
Clear(): bool
Returns bool
Create
Create(table: DataTable, report: StiReport, direction: StiSummaryDirection, emptyValue: string): void
Parameters
- table (DataTable)
- report (StiReport)
- direction (StiSummaryDirection)
- emptyValue (string)
HasRightCrossTitle
HasRightCrossTitle(): bool
Returns bool
Fields
| Field | Type | Description |
|---|---|---|
| EmptyField | string | |
| IsColsEmpty | bool | |
| IsRowsEmpty | bool | |
| IsSummariesEmpty | bool |