Click or drag to resize

ResultTotalCell Class

A ResultTotalCell is a ResultCell dedicated for totals
Inheritance Hierarchy
SystemObject
  Seal.ModelResultCell
    Seal.ModelResultTotalCell

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public class ResultTotalCell : ResultCell

The ResultTotalCell type exposes the following members.

Constructors
 NameDescription
Public methodResultTotalCellInitializes a new instance of the ResultTotalCell class
Top
Properties
 NameDescription
Public propertyCellCssClass Css cell class
(Inherited from ResultCell)
Public propertyCellCssDetailClass Css cell class for the detail model
(Inherited from ResultCell)
Public propertyCellCssDetailStyle Css cell style for detail model
(Inherited from ResultCell)
Public propertyCellCssPageClass Css cell class for the page table
(Inherited from ResultCell)
Public propertyCellCssPageStyle Css cell style for page table
(Inherited from ResultCell)
Public propertyCellCssStyle Css cell style
(Inherited from ResultCell)
Public propertyCellCssSummaryClass Css cell class for the summary table
(Inherited from ResultCell)
Public propertyCellCssSummaryStyle Css cell style for summary table
(Inherited from ResultCell)
Public propertyContextCurrentLine For cell script execution: current line of the table (array of cell)
(Inherited from ResultCell)
Public propertyContextIsPageTable For cell script execution: true if the cell is in a page table
(Inherited from ResultCell)
Public propertyContextIsSummaryTable For cell script execution: true if the cell is in a summary table
(Inherited from ResultCell)
Public propertyDateTimeOAValue Date time value of the cell if possible
(Inherited from ResultCell)
Public propertyDateTimeValue Date time value of the cell if possible
(Inherited from ResultCell)
Public propertyDisplayValue Display value of the cell
(Inherited from ResultCell)
Public propertyDoubleValue Double value of the cell if possible
(Inherited from ResultCell)
Public propertyHTMLValue HTML value of the cell
(Inherited from ResultCell)
Public propertyIsValue True if the cell is not for a total and not for a title
(Inherited from ResultCell)
Public propertyLinks
(Inherited from ResultCell)
Public propertyNavigationValue Value used for navigation
(Inherited from ResultCell)
Public propertyRawDisplayValue Display value of the cell without applying the format or translation
(Inherited from ResultCell)
Top
Methods
 NameDescription
Public methodAddNavigationFileDownload 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)
Public methodAddNavigationHyperLink Add a navigation link from this cell to open a new page on a web site
(Inherited from ResultCell)
Public methodAddNavigationReportExecution Add a navigation link from this cell to execute another report in a new window
(Inherited from ResultCell)
Public methodAddNavigationReportNavigation Add a navigation link from this cell to execute another report within the current navigation context
(Inherited from ResultCell)
Public methodCalculate Perform the calculations
Public methodCSVValue CSV value of the cell
(Inherited from ResultCell)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetNavigationLinks Return the list of navigation links in the View context
(Inherited from ResultCell)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodProcessContext Set the common row or col of the cells part of the total. May be used in the cell script for Series values
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldCells List of ResultCell
Public fieldContextCol For cell script execution: current ResultTable
(Inherited from ResultCell)
Public fieldContextModel For cell script execution: current ReportModel
(Inherited from ResultCell)
Public fieldContextPage For cell script execution: current ResultPage
(Inherited from ResultCell)
Public fieldContextRow For cell script execution: current ResultTable
(Inherited from ResultCell)
Public fieldContextTable For cell script execution: current ResultTable
(Inherited from ResultCell)
Public fieldDateMax Date Min and Max after calculations
Public fieldDateMin Date Min and Max after calculations
Public fieldDateSum Date sum after claculations
Public fieldElement The ReportElement of the element model
(Inherited from ResultCell)
Public fieldFinalCssClass If not empty, the css class is used for the cell
(Inherited from ResultCell)
Public fieldFinalCssStyle If not empty, the css style is used for the cell
(Inherited from ResultCell)
Public fieldFinalValue If not empty, the value is used for the cell
(Inherited from ResultCell)
Public fieldIsSerie True if the cell is for a serie
(Inherited from ResultCell)
Public fieldIsSubTotal True if the cell is for a sub total
(Inherited from ResultCell)
Public fieldIsTitle True if the cell is for a title
(Inherited from ResultCell)
Public fieldIsTotal True if the cell is for a total
(Inherited from ResultCell)
Public fieldIsTotalTotal True if the cell is for the total of totals
(Inherited from ResultCell)
Public fieldMax Sum, Min, Max after claculations
Public fieldMin Sum, Min, Max after claculations
Public fieldSubReportValues Values used for sub report navigation
(Inherited from ResultCell)
Public fieldSum Sum, Min, Max after claculations
Public fieldTag Custom Tag the can be used at execution time to store any object
(Inherited from ResultCell)
Public fieldValue The object value of the cell
(Inherited from ResultCell)
Top
See Also