ActiveReports 12
Multiline Property (ReportParameter)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportParameter Class : Multiline Property
Gets or sets a value indicating whether the parameter supposes to get the multiline values.
Syntax
'Declaration
 
Public Property Multiline As Boolean
public bool Multiline {get; set;}

Property Value

A Boolean value where true indicates that the parameters supposes to get the multiline values otherwise false. The default value is false.
See Also

Reference

ReportParameter Class
ReportParameter Members