Table of Contents

TLookupFieldDefinition.TLookupFieldDefinition Constructor

Creates a new lookupfield definition. Fields will be copied.

Syntax

Namespace: FlexCel.Report

public TLookupFieldDefinition(Int32[] aKeyFields, Int32 aResultField, String aOriginalKeyFieldsDefinition)

Parameters

<-> Parameter Type Description
aKeyFields Int32[] A list of fields to be used in the key. The array will be copied so you can reuse it.
aResultField Int32 The field to be returned from the lookup.
aOriginalKeyFieldsDefinition String The key fields definition as it is written in the lookup tag. You will normally not need this data.

See also