Search
ReportOptions.RowHeight Property
See Also
 





Gets or sets the height of individual rows, expressed in hundredths of an inch.

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

 Syntax

C#  Copy Code

public int RowHeight { get; set; }

Visual Basic  Copy Code

Public Property RowHeight As Integer

 Property Value

An integer value specifying the height of individual rows. The default is 20.

 See Also