MindFusion.Wpf Pack Programmer's Guide
ReportQueryTextEventArgs.Resource Property
See Also
 





Gets the resource related to the item in a grouped report.

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

 Syntax

C#  Copy Code

public Resource Resource { get; }

Visual Basic  Copy Code

Public ReadOnly Property Resource As Resource

 Property Value

An instance of a Resource class.

 Remarks

In a grouped report the event QueryText is fired once for each resource an item is associated with. This way it is possible to display one text for the same item for one resource and another text for another resource.

 See Also

ReportQueryTextEventArgs Members
ReportQueryTextEventArgs Class
MindFusion.Scheduling.Reporting Namespace