Gets or sets the header of this data range.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# 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.
You can add items to the header through its Items property.