ActiveReports 9
SetParameter Method

The report with the parameters to update.
The name of the parameter to update.
The new value of the parameter.
Updates the value of a parameter in the report.
Syntax
'Declaration
 
Public Shared Sub SetParameter( _
   ByVal parameterizedReport As IParameterizedReport, _
   ByVal name As System.String, _
   ByVal values As System.Collections.Generic.IEnumerable(Of Object) _
) 
public static void SetParameter( 
   IParameterizedReport parameterizedReport,
   System.string name,
   System.Collections.Generic.IEnumerable<object> values
)

Parameters

parameterizedReport
The report with the parameters to update.
name
The name of the parameter to update.
values
The new value of the parameter.
See Also

Reference

ParameterizedReportExtensions Class
ParameterizedReportExtensions Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum