Search
Report.QueryText Event
See Also
 





Raised during the printing or previewing to allow clients to customize particular texts displayed in the report.

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

 Syntax

C#  Copy Code

public event EventHandler<ReportQueryTextEventArgs> QueryText

Visual Basic  Copy Code

Public Event QueryText As EventHandler(Of ReportQueryTextEventArgs)

 Event Data

QueryText event handlers receive an argument of type ReportQueryTextEventArgs.

 See Also