Table of Contents

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

sumVariableCollection CollectionSumVariables

SumVariable(CollectionSumVariables, int)

Creates and inserts a sum variable.

public SumVariable(CollectionSumVariables sumVariableCollection, int index)

Parameters

sumVariableCollection CollectionSumVariables
index int

Properties

Contents

Gets or sets the expression contents.

public string Contents { get; set; }

Property Value

string

IsPageSum

Gets or sets whether the variable is a page sum.

public string IsPageSum { get; set; }

Property Value

string

Name

Gets or sets the variable name.

public string Name { get; set; }

Property Value

string

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

disposing bool

Initialize(CollectionSumVariables, int)

Internal initializer.

protected void Initialize(CollectionSumVariables sumVariableCollection, int index)

Parameters

sumVariableCollection CollectionSumVariables
index int