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





Gets or sets a value indicating whether the width specified for individual columns is expressed in device independent pixels or is relative to the width of the other columns in the report.

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

 Syntax

C#  Copy Code

public bool AbsoluteColumnWidth { get; set; }

Visual Basic  Copy Code

Public Property AbsoluteColumnWidth As Boolean

 Property Value

A boolean value specifying how to interpret the Width property of report columns. The default is false.

 Remarks

The width of the column is expressed either in device independent pixels or relatively to the width of the other columns in the report depending on the value of this property. When AbsoluteColumnWidth is set to false, the columns are stretched so that they fit exactly the width of the page.

 See Also

ReportOptions Members
ReportOptions Class
MindFusion.Scheduling.Reporting Namespace