Search
ReportOptions.HeaderSpacing Property
See Also
 





Gets or sets the spacing between the header and the contents, expressed in hundredths of an inch.

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

 Syntax

C#  Copy Code

public int HeaderSpacing { get; set; }

Visual Basic  Copy Code

Public Property HeaderSpacing As Integer

 Property Value

An integer value specifying the distance between the header and the rows in the report. The default is 2.

 See Also