Version

Search Results

Infragistics.Documents.Reports.Report.Projection Namespace

Interfaces Interface Description See Also Reference Infragistics.Documents.Reports Assembly

PublishProgressEventArgs Class

Reports progress information about the PDF publishing process. Syntax

PublishProgressEventArgs Class Members

Public Constructors Public Properties

Current Property

The current item that is being exported. Syntax

IsFinished Property

Indicates if the process has finished. Syntax

Percentage Property

Returns the current progress percentage. Syntax

Total Property

The total number of items that will be output. The items are different for XPS and PDF, and are related with the internal workings of each document engine. Syntax

PublishProgressEventArgs Constructor

Creates an instance of a . Syntax Parameters current The current progress point.total The total number of progress points.

IQuickList Interface

Represents a lightweight list element. Syntax Remarks As a lightweight counterpart to Infragistics.Documents.Reports.Report.List.IList, a QuickList is not as customizable. The following properties are on an IList that do not have corresponding versions within a QuickList element: Infragistics.Documents.Reports.Rep...