Search
Report.QueryStyle Event
See Also
 





Raised during the printing or previewing to allow clients to customize the style of elements displayed in the report.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting

 Syntax

C#  Copy Code

public event EventHandler<ReportQueryStyleEventArgs> QueryStyle

Visual Basic  Copy Code

Public Event QueryStyle As EventHandler(Of ReportQueryStyleEventArgs)

 Event Data

QueryStyle event handlers receive an argument of type ReportQueryStyleEventArgs.

 See Also