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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ParameterizedReportExtensions Class
ParameterizedReportExtensions Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum