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
userVariableCollectionCollectionUserVariables
UserVariable(CollectionUserVariables, int)
Creates and inserts a user variable.
public UserVariable(CollectionUserVariables userVariableCollection, int index)
Parameters
userVariableCollectionCollectionUserVariablesindexint
Properties
Contents
Gets or sets the expression contents.
public string Contents { 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(CollectionUserVariables, int)
Internal initializer.
protected void Initialize(CollectionUserVariables userVariableCollection, int index)
Parameters
userVariableCollectionCollectionUserVariablesindexint