Table of Contents

VirtualDataTable.GetFullDataSetMapId Method

Returns an id you can use to map a column name + * to something you can use in GetFullDataSetColumn

Syntax

Namespace: FlexCel.Report

public virtual Int32 GetFullDataSetMapId(String Column)

Parameters

<-> Parameter Type Description
Column String We will pass here the full name of the column up to but not including the * or **. This might be empty or somehting...something.*

See also