ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / Parameter Class / ValuesArray Property

In This Topic
ValuesArray Property
In This Topic
Returns an object array of all the Values.Value for this parameter. Mainly for use with Multivalue parameters.
Syntax
'Declaration
 
Public ReadOnly Property ValuesArray As Object()
 

Property Value

Returns an object array of all the Values.Value.
See Also