Table of Contents

FlexCelReport.Canceled Property

If true the report has been canceled with Cancel method. You can't set this variable to false, and setting it true is the same as calling Cancel.

Syntax

Namespace: FlexCel.Report

public Boolean Canceled { get; set; }

See also