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





Raised for each individual item in the report during printing or previewing to confirm the item's availability in the report.

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

 Syntax

C#  Copy Code

public event EventHandler<ReportFilterItemEventArgs> FilterItem

Visual Basic  Copy Code

Public Event FilterItem As EventHandler(Of ReportFilterItemEventArgs)

 Event Data

FilterItem event handlers receive an argument of type ReportFilterItemEventArgs.

 Remarks

You can use this event to remove items that meet specific criteria from the report. If you want to filter the items based on their StartTime and EndTime properties, you can use the corresponding arguments of the Print and PrintPreview methods.

 See Also

Report Members
Report Class
MindFusion.Scheduling.Reporting Namespace