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





Gets or sets the default style used for columns in the report.

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

 Syntax

C#  Copy Code

public ReportStyle HeaderStyle { get; set; }

Visual Basic  Copy Code

Public Property HeaderStyle As ReportStyle

 Property Value

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

 Remarks

The initial settings in this property are outlined in the following table:

Property

Value

Background

WhiteSmoke

BottomBorderBrush

null

BottomBorderThickness

0

FontFamily

"Verdana"

FontSize

8

FontStyle

FontStyles.Normal

FontWeight

FontWeights.Bold

Foreground

Black

HorizontalContentAlignment

AlignmentX.Center

LeftBorderBrush

null

LeftBorderThickness

0

RightBorderBrush

null

RightBorderThickness

0

TopBorderBrush

null

TopBorderThickness

0

VerticalContentAlignment

AlignmentY.Center

 See Also

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