Result |
The ResultCell type exposes the following members.
| Name | Description | |
|---|---|---|
| ContextCol | For cell script execution: current ResultTable | |
| ContextModel | For cell script execution: current ReportModel | |
| ContextPage | For cell script execution: current ResultPage | |
| ContextRow | For cell script execution: current ResultTable | |
| ContextTable | For cell script execution: current ResultTable | |
| DefaultCellCssClass | Default Css Class for a cell | |
| DefaultCellCssStyle | Default Css Style for a cell | |
| DefaultDateTimeCellCssClass | Default Css Class for a datetime cell | |
| DefaultDateTimeCellCssStyle | Default Css Style for a datetime cell | |
| DefaultDateTimeSummaryTitleCssStyle | Default Css Style for a datetime title cell. Default value is 'text-align:right;' | |
| DefaultDateTimeTitleCssClass | Default Css Class for a datetime title cell. Default value is 'text-right' | |
| DefaultDateTimeTitleCssStyle | Default Css Style for a datetime title cell. Default value is 'text-align:right;padding-right:25px;' | |
| DefaultNumericCellCssClass | Default Css Class for a numeric cell | |
| DefaultNumericCellCssStyle | Default Css Style for a numeric cell | |
| DefaultNumericSummaryTitleCssStyle | Default Css Style for a numeric title cell of summary table. Default value is 'text-align:right;' | |
| DefaultNumericTitleCssClass | Default Css Class for a numeric title cell. Default value is 'text-right' | |
| DefaultNumericTitleCssStyle | Default Css Style for a numeric title cell. Default value is 'text-align:right;padding-right:25px;' | |
| DefaultTitleCssClass | Default Css Class for a title cell | |
| DefaultTitleCssStyle | Default Css Style for a title cell | |
| Element | The ReportElement of the element model | |
| FinalCssClass | If not empty, the css class is used for the cell | |
| FinalCssStyle | If not empty, the css style is used for the cell | |
| FinalValue | If not empty, the value is used for the cell | |
| IsSerie | True if the cell is for a serie | |
| IsSubTotal | True if the cell is for a sub total | |
| IsTitle | True if the cell is for a title | |
| IsTotal | True if the cell is for a total | |
| IsTotalTotal | True if the cell is for the total of totals | |
| SubReportValues | Values used for sub report navigation | |
| Tag | Custom Tag the can be used at execution time to store any object | |
| Value | The object value of the cell |