Gets or sets the header of this data range.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public DataRangeSection Header { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Header As DataRangeSection |
An instance of the DataRangeSection class representing the header of this DataRange.
RemarksYou can add items to the header through its Items property.
See Also