C1.WPF.FlexReport.4 Assembly > C1.WPF.FlexReport Namespace : C1FlexReport Class |
For a list of all members of this type, see C1FlexReport members.
Name | Description | |
---|---|---|
![]() | BusyStateChanged | Occurs when the BusyState property value changes. (Inherited from C1.WPF.Document.C1DocumentSource) |
![]() | DirtyChanged | Occurs when the Dirty property value changes. (Inherited from C1.WPF.Document.C1DocumentSource) |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | EndPage | Occurs when a page finishes rendering. |
![]() | EndReport | Occurs when the report finishes rendering. |
![]() | ExportCompleted | Occurs when the ExportAsync method has completed. (Inherited from C1.WPF.Document.C1DocumentSource) |
![]() | GenerateCompleted | Occurs when the GenerateAsync method has completed. (Inherited from C1.WPF.Document.C1DocumentSource) |
![]() | GetScriptObject | Occurs when an unknown object is found in the report's script or expression. |
![]() | LongOperation | Occurs periodically during various document operations. Allows to provide progress indication and the ability to cancel some long operations such as document generation. (Inherited from C1.WPF.Document.C1DocumentSource) |
![]() | NoData | Occurs when the report starts rendering and the main report data source is empty. |
![]() | PageCountChanged | Occurs when the PageCount property value changes. (Inherited from C1.WPF.Document.C1DocumentSource) |
![]() | PrintSection | Occurs before each Section is printed (after it has been formatted.) |
![]() | RenderCompleted | Occurs when the RenderAsync method has completed. |
![]() | ReportDefinitionChanged | Occurs when the current report definition changes. |
![]() | ReportError | Occurs when an error occurs while rendering a report. |
![]() | SecurityError | Occurs when a securiy exception occurs during a document source operation. This event allows to correct security-related properties like System.Net.NetworkCredential and retry a failed operation with new credentials. (Inherited from C1.WPF.Document.C1DocumentSource) |
![]() | StartPage | Occurs when a new page starts rendering. |
![]() | StartReport | Occurs when the report starts rendering, before it opens the datasources and checks parameters. |
![]() | StartSection | Occurs before each Section is formatted. |
![]() | ValidateParametersCompleted | Occurs when the ValidateParametersAsync method has completed. (Inherited from C1.WPF.Document.C1DocumentSource) |