ReportFooters Property
Summary
Gets a list of strings to be used as footer text in the report.
Syntax
public IList<string> ReportFooters {get;}
Public ReadOnly Property ReportFooters() As IList(Of String)
Get
public:
property IList<String^>^ ReportFooters
{
IList<String^>^ get()
}
Property Value
A list of strings. The default value is an empty list.