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





Gets or sets the height of individual rows, expressed in device independent pixels.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Wpf.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.

 Remarks

This value specify absolute row height if FixedRowHeight is set to true. Otherwise it specifies the minimal row height. If the later case if the row is too small to fit its content, it is automatically resized.

 See Also

ReportOptions Members
ReportOptions Class
MindFusion.Scheduling.Reporting Namespace
FixedRowHeight Property