Table of Contents

TLookupFieldDefinition Structure

Encapsulates the data for a lookup tag in a report.

Syntax

Namespace: FlexCel.Report

public struct TLookupFieldDefinition

Constructors

Name Description
TLookupField​Definition Creates a new lookupfield definition. Fields will be copied.

Methods

Name Description
GetHashCode Returns the hash code of this object.
Equals Returns true if both structs are the same.

Operators

Name Description
Equality Returns true if both structs are the same.
Inequality Returns true if both structs are different.

Properties

Name Description
KeyFields The key fields in the lookup.
ResultField The result field for the lookup.
OriginalKeyFields​Definition The key fields definition as it is written in the lookup tag. You will normally not need this data.