Result |
public class ResultCell
The ResultCell type exposes the following members.
Name | Description | |
---|---|---|
ResultCell | Initializes a new instance of the ResultCell class |
Name | Description | |
---|---|---|
CellCssClass | Css cell class | |
CellCssDetailClass | Css cell class for the detail model | |
CellCssDetailStyle | Css cell style for detail model | |
CellCssPageClass | Css cell class for the page table | |
CellCssPageStyle | Css cell style for page table | |
CellCssStyle | Css cell style | |
CellCssSummaryClass | Css cell class for the summary table | |
CellCssSummaryStyle | Css cell style for summary table | |
ContextCurrentLine | For cell script execution: current line of the table (array of cell) | |
ContextIsPageTable | For cell script execution: true if the cell is in a page table | |
ContextIsSummaryTable | For cell script execution: true if the cell is in a summary table | |
DateTimeOAValue | Date time value of the cell if possible | |
DateTimeValue | Date time value of the cell if possible | |
DisplayValue | Display value of the cell | |
DoubleValue | Double value of the cell if possible | |
HTMLValue | HTML value of the cell | |
IsValue | True if the cell is not for a total and not for a title | |
Links | ||
NavigationValue | Value used for navigation | |
RawDisplayValue | Display value of the cell without applying the format or translation |
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. | |
AddNavigationHyperLink | Add a navigation link from this cell to open a new page on a web site | |
AddNavigationReportExecution | Add a navigation link from this cell to execute another report in a new window | |
AddNavigationReportNavigation | Add a navigation link from this cell to execute another report within the current navigation context | |
CompareCell | Compares 2 cells | |
CompareCells | Compares 2 cells arrays | |
CompareCellsForTableLoad | Compares 2 cells arrays | |
CSVValue | CSV value of the cell | |
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 | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ShouldSort(ListResultCell) | Returns true if at least a Sort is specified | |
ShouldSort(ResultCell) | Returns true if at least a Sort is specified | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
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 |