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





Gets or sets the footer of this data range.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public DataRangeSection Footer { get; set; }

Visual Basic  Copy Code

Public Property Footer As DataRangeSection

 Property Value

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

 Remarks

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

 See Also

DataRange Members
DataRange Class
MindFusion.Reporting Namespace
Header Property