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





Gets or sets a value indicating whether to use a fixed row height as specified by the RowHeight property or to calculate the height of individual rows according to the contained text.

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

 Syntax

C#  Copy Code

public bool FixedRowHeight { get; set; }

Visual Basic  Copy Code

Public Property FixedRowHeight As Boolean

 Property Value

A boolean value specifying whether the columns in the report should have fixed height. The default is true.

 See Also

fiReportOptions Membersa
ReportOptions Class
MindFusion.Scheduling.Reporting Namespace
RowHeight Property