Search
ReportFilterItemEventArgs.Filter Property
See Also
 





Gets or sets a value indicating whether the item should be filtered out of the report.

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

 Syntax

C#  Copy Code

public bool Filter { get; set; }

Visual Basic  Copy Code

Public Property Filter As Boolean

 Property Value

A boolean value indicating whether the item should be filtered out.

 Remarks

Set this property to true for items which should be removed from the report.

 See Also