Search
ReportOptions.GroupHeaderStyle Property
See Also
 





Gets or sets the style of the resource headers in a grouped report.

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

 Syntax

C#  Copy Code

public Style GroupHeaderStyle { get; set; }

Visual Basic  Copy Code

Public Property GroupHeaderStyle As Style

 Property Value

An instance of the Style class specifying the appearance of the resource headers in a grouped report.

 See Also