MindFusion WinForms Programmer's Guide
DataRange.Header Property
See Also
 





Gets or sets the header of this data range.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public DataRangeSection Header { get; set; }

Visual Basic  Copy Code

Public Property Header As DataRangeSection

 Property Value

An instance of the DataRangeSection class representing the header of this DataRange.

 Remarks

You can add items to the header through its Items property.

 See Also

DataRange Members
DataRange Class
MindFusion.Reporting Namespace
Footer Property