Class SumVariable
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a sum variable in the DOM (Document Object Model).
public class SumVariable : DomItemWithTemplateId, IDisposable
- Inheritance
-
SumVariable
- Implements
- Inherited Members
Constructors
SumVariable(CollectionSumVariables)
Creates and appends a sum variable.
public SumVariable(CollectionSumVariables sumVariableCollection)
Parameters
sumVariableCollectionCollectionSumVariables
SumVariable(CollectionSumVariables, int)
Creates and inserts a sum variable.
public SumVariable(CollectionSumVariables sumVariableCollection, int index)
Parameters
sumVariableCollectionCollectionSumVariablesindexint
Properties
Contents
Gets or sets the expression contents.
public string Contents { get; set; }
Property Value
IsPageSum
Gets or sets whether the variable is a page sum.
public string IsPageSum { get; set; }
Property Value
Name
Gets or sets the variable name.
public string Name { get; set; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposingbool
Initialize(CollectionSumVariables, int)
Internal initializer.
protected void Initialize(CollectionSumVariables sumVariableCollection, int index)
Parameters
sumVariableCollectionCollectionSumVariablesindexint