Gets or sets the footer of this data range.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
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.
RemarksYou can add items to the footer through its Items property.
See Also