Search
ReportOptions.HeaderHeight Property
See Also
 





Gets or sets the height of the columns' header, expressed in hundredths of an inch.

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

 Syntax

C#  Copy Code

public int HeaderHeight { get; set; }

Visual Basic  Copy Code

Public Property HeaderHeight As Integer

 Property Value

An integer value specifying the height of the report header. The default is 25.

 See Also