ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportParameter Class / Multiline Property

In This Topic
    Multiline Property (ReportParameter)
    In This Topic
    Gets or sets a value indicating whether the parameter is intended to accept multiline values.
    Syntax
    'Declaration
     
    Public Property Multiline As Boolean
    public bool Multiline {get; set;}

    Property Value

    A System.Boolean value where true indicates that the parameter is intended to accept multiline values; otherwise, false. The default value is false.
    See Also