ActiveReports 12
LabelsArray Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > Parameter Class : LabelsArray Property
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

Reference

Parameter Class
Parameter Members