ActiveReports 12
ParametersValues Property

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.ArsClient Namespace > RemoteReportDescriptor Class : ParametersValues Property
Gets or sets the values of the report parameters to be used for a report run.
Syntax
'Declaration
 
Public Property ParametersValues As IEnumerable(Of IParameter)
public IEnumerable<IParameter> ParametersValues {get; set;}
See Also

Reference

RemoteReportDescriptor Class
RemoteReportDescriptor Members