Search
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.Reporting

 Syntax

C#  Copy Code

public Resource Resource { get; }

Visual Basic  Copy Code

Public ReadOnly Property Resource As Resource

 Property Value

An instance of the Resource class or null (Nothing in Visual Basic) if the event is fired for one of the column headers.

 See Also