ReportParameter.Values Property

Definition

Gets the values of a multivalued report parameter.

public:
 property cli::array <System::Object ^> ^ Values { cli::array <System::Object ^> ^ get(); };
public object[] Values { get; }
member this.Values : obj[]
Public ReadOnly Property Values As Object()

Property Value

Object[]

An object array containing the report parameter values.

Applies to