MindFusion.Wpf Pack Programmer's Guide
ReportOptions.GroupHeaderStyle Property
See Also
 





Gets or sets the style for group headers in a grouped report.

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

 Syntax

C#  Copy Code

public ReportStyle GroupHeaderStyle { get; set; }

Visual Basic  Copy Code

Public Property GroupHeaderStyle As ReportStyle

 Property Value

An instance of the ReportStyle class specifying the style of group headers.

 Remarks

This style is based on the HeaderStyle, which means that all properties which are not explicitly specified are obtained from there. No properties are initially specified which makes this style identical to HeaderStyle.

 See Also

ReportOptions Members
ReportOptions Class
MindFusion.Scheduling.Reporting Namespace
AlternativeContentStyle Property
ContentStyle Property
HeaderStyle Property