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





Gets the resource whose header text is being processed when the event is fired for a group header.

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

This property is null (Nothing in Visual Basic) when the event is raised for a report header.

 See Also

ReportQueryHeaderTextEventArgs Members
ReportQueryHeaderTextEventArgs Class
MindFusion.Scheduling.Reporting Namespace