Result |
public class ResultTotalCell : ResultCell
The ResultTotalCell type exposes the following members.
| Name | Description | |
|---|---|---|
| ResultTotalCell | Initializes a new instance of the ResultTotalCell class |
| Name | Description | |
|---|---|---|
| CellCssClass |
Css cell class
(Inherited from ResultCell) | |
| CellCssDetailClass |
Css cell class for the detail model
(Inherited from ResultCell) | |
| CellCssDetailStyle |
Css cell style for detail model
(Inherited from ResultCell) | |
| CellCssPageClass |
Css cell class for the page table
(Inherited from ResultCell) | |
| CellCssPageStyle |
Css cell style for page table
(Inherited from ResultCell) | |
| CellCssStyle |
Css cell style
(Inherited from ResultCell) | |
| CellCssSummaryClass |
Css cell class for the summary table
(Inherited from ResultCell) | |
| CellCssSummaryStyle |
Css cell style for summary table
(Inherited from ResultCell) | |
| ContextCurrentLine |
For cell script execution: current line of the table (array of cell)
(Inherited from ResultCell) | |
| ContextIsPageTable |
For cell script execution: true if the cell is in a page table
(Inherited from ResultCell) | |
| ContextIsSummaryTable |
For cell script execution: true if the cell is in a summary table
(Inherited from ResultCell) | |
| DateTimeOAValue |
Date time value of the cell if possible
(Inherited from ResultCell) | |
| DateTimeValue |
Date time value of the cell if possible
(Inherited from ResultCell) | |
| DisplayValue |
Display value of the cell
(Inherited from ResultCell) | |
| DoubleValue |
Double value of the cell if possible
(Inherited from ResultCell) | |
| HTMLValue |
HTML value of the cell
(Inherited from ResultCell) | |
| IsValue |
True if the cell is not for a total and not for a title
(Inherited from ResultCell) | |
| Links | (Inherited from ResultCell) | |
| NavigationValue |
Value used for navigation
(Inherited from ResultCell) | |
| RawDisplayValue |
Display value of the cell without applying the format or translation
(Inherited from ResultCell) |
| Name | Description | |
|---|---|---|
| AddNavigationFileDownload |
Add a navigation link from this cell to download a file. The file will be loaded in the Navigation Script of the model.
(Inherited from ResultCell) | |
| AddNavigationHyperLink |
Add a navigation link from this cell to open a new page on a web site
(Inherited from ResultCell) | |
| AddNavigationReportExecution |
Add a navigation link from this cell to execute another report in a new window
(Inherited from ResultCell) | |
| AddNavigationReportNavigation |
Add a navigation link from this cell to execute another report within the current navigation context
(Inherited from ResultCell) | |
| Calculate | Perform the calculations | |
| CSVValue |
CSV value of the cell
(Inherited from ResultCell) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetNavigationLinks |
Return the list of navigation links in the View context
(Inherited from ResultCell) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ProcessContext | Set the common row or col of the cells part of the total. May be used in the cell script for Series values | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Cells | List of ResultCell | |
| ContextCol |
For cell script execution: current ResultTable
(Inherited from ResultCell) | |
| ContextModel |
For cell script execution: current ReportModel
(Inherited from ResultCell) | |
| ContextPage |
For cell script execution: current ResultPage
(Inherited from ResultCell) | |
| ContextRow |
For cell script execution: current ResultTable
(Inherited from ResultCell) | |
| ContextTable |
For cell script execution: current ResultTable
(Inherited from ResultCell) | |
| DateMax | Date Min and Max after calculations | |
| DateMin | Date Min and Max after calculations | |
| DateSum | Date sum after claculations | |
| Element |
The ReportElement of the element model
(Inherited from ResultCell) | |
| FinalCssClass |
If not empty, the css class is used for the cell
(Inherited from ResultCell) | |
| FinalCssStyle |
If not empty, the css style is used for the cell
(Inherited from ResultCell) | |
| FinalValue |
If not empty, the value is used for the cell
(Inherited from ResultCell) | |
| IsSerie |
True if the cell is for a serie
(Inherited from ResultCell) | |
| IsSubTotal |
True if the cell is for a sub total
(Inherited from ResultCell) | |
| IsTitle |
True if the cell is for a title
(Inherited from ResultCell) | |
| IsTotal |
True if the cell is for a total
(Inherited from ResultCell) | |
| IsTotalTotal |
True if the cell is for the total of totals
(Inherited from ResultCell) | |
| Max | Sum, Min, Max after claculations | |
| Min | Sum, Min, Max after claculations | |
| SubReportValues |
Values used for sub report navigation
(Inherited from ResultCell) | |
| Sum | Sum, Min, Max after claculations | |
| Tag |
Custom Tag the can be used at execution time to store any object
(Inherited from ResultCell) | |
| Value |
The object value of the cell
(Inherited from ResultCell) |