MindFusion.Wpf Pack Programmer's Guide
ReportColumn.Width Property
See Also
 





Gets or sets the width of the column.

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

 Syntax

C#  Copy Code

public int Width { get; set; }

Visual Basic  Copy Code

Public Property Width As Integer

 Property Value

A positive integer value specifying the width of the column.

 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 ReportOptions.AbsoluteColumnWidth property. When AbsoluteColumnWidth is set to false, the columns are stretched so that they fit exactly the width of the page.

 See Also

ReportColumn Members
ReportColumn Class
MindFusion.Scheduling.Reporting Namespace