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.Reporting
C# Copy Code |
---|
public bool FixedRowHeight { get; set; } |
Visual Basic Copy Code |
---|
Public Property FixedRowHeight As Boolean |
true, to use the value specified by the RowHeight property; false, to automatically calculate the height of each row so that the text within is not cut.