MindFusion.Wpf Pack Programmer's Guide
Report.QueryHeaderText Event
See Also
 





Raised to allow clients to customize the text of column headers.

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

 Syntax

C#  Copy Code

public event EventHandler<ReportQueryHeaderTextEventArgs> QueryHeaderText

Visual Basic  Copy Code

Public Event QueryHeaderText As EventHandler(Of ReportQueryHeaderTextEventArgs)

 Event Data

QueryHeaderText event handlers receive an argument of type ReportQueryHeaderTextEventArgs.

 Remarks

This event is fired for column and group headers. While it is non-essential for column headers where you can specify custom display texts through the Header property, it is useful for the group headers, where the text is automatically determined from the displayed resource.

 See Also

Report Members
Report Class
MindFusion.Scheduling.Reporting Namespace