Table of Contents

FlexCelReport.FlexCelReport Constructor

Overloads

FlexCelReport.FlexCelReport

Creates a new FlexCelReport component.

Syntax

Namespace: FlexCel.Report

public FlexCelReport()

See also

FlexCelReport.FlexCelReport(Boolean)

Creates a new FlexCelReport component and sets the desired Overwrite mode for files.

Syntax

Namespace: FlexCel.Report

public FlexCelReport(Boolean aAllowOverwritingFiles)

Parameters

<-> Parameter Type Description
aAllowOverwritingFiles Boolean If false, FlexCelReport will never overwrite an existing file, and you have to delete it before creating it again.

See also