Table of Contents

VirtualDataTable.FullDataSetColumnCount Method

Returns the columns in the table for a full dataset. Normally this is the same as ColumnCount but your implementation might choose to hide some of the fields available in the full ColumnCount when dumping all fields. If you change this method, you need also to review GetFullDataSetColumn so it returns the correct column for the dataset.

Syntax

Namespace: FlexCel.Report

public virtual Int32 FullDataSetColumnCount(Int32 ColumnMapIndex)

Parameters

<-> Parameter Type Description
ColumnMapIndex Int32 This is the column map index returned by GetFullDataSetMapId.

See also