Gets the resource related to the item in a grouped report.
Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting
C# Copy Code |
---|
public Resource Resource { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Resource As Resource |
An instance of the Resource class or null (Nothing in Visual Basic) if the report is not grouped.
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.