ActiveReports Developer 7
Multiline Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportParameter Class : Multiline Property

Glossary Item Box

Gets or sets a value indicating whether the parameter supposes to get the multiline values.

Syntax

Visual Basic (Declaration) 
Public Property Multiline As System.Boolean
C# 
public System.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