Table of Contents

Class UserVariable

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a user variable with name and expression contents.

public class UserVariable : DomItemWithTemplateId, IDisposable
Inheritance
UserVariable
Implements
Inherited Members

Constructors

UserVariable(CollectionUserVariables)

Creates and appends a user variable.

public UserVariable(CollectionUserVariables userVariableCollection)

Parameters

userVariableCollection CollectionUserVariables

UserVariable(CollectionUserVariables, int)

Creates and inserts a user variable.

public UserVariable(CollectionUserVariables userVariableCollection, int index)

Parameters

userVariableCollection CollectionUserVariables
index int

Properties

Contents

Gets or sets the expression contents.

public string Contents { 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(CollectionUserVariables, int)

Internal initializer.

protected void Initialize(CollectionUserVariables userVariableCollection, int index)

Parameters

userVariableCollection CollectionUserVariables
index int