MindFusion.Wpf Pack Programmer's Guide
ReportColumn Class
Remarks See Also
 





Represents a column in the report table.

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

 Syntax

C#  Copy Code

public class ReportColumn

Visual Basic  Copy Code

Public Class ReportColumn

 Remarks

You create new columns in a report by calling its CreateColumn method. The method returns an instance of the ReportColumn class which can be used to customize the newly created column.

The most important property of the report column is Property. It specifies the item property which will be displayed in the column. The width of the column can be specified through the Width property. Depending on the AbsoluteColumnWidth property of the ReportOptions class the width is either an absolute value (expressed as independent device pixels) or a value relative to the widths of the other columns in the report.

 Inheritance Hierarchy

System.Object
    MindFusion.Scheduling.Reporting.ReportColumn

 See Also

ReportColumn Members
MindFusion.Scheduling.Reporting Namespace