ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / Parameter Class / LabelsArray Property

In This Topic
    LabelsArray Property
    In This Topic
    Returns an object array of all the Values.Label for this parameter. Mainly for use with Multivalue parameters.
    Syntax
    'Declaration
     
    Public ReadOnly Property LabelsArray As String()
    public string[] LabelsArray {get;}

    Property Value

    Returns a string array of all the Values.Label.
    See Also