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