Class ApplyParametersEventArgs
Provides data for the ApplyParameters event.
Inherited Members
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public class ApplyParametersEventArgs : CancelEventArgs
Constructors
ApplyParametersEventArgs(NameValueDictionary, Boolean)
Initializes a new instance of the ApplyParametersEventArgs class.
Declaration
public ApplyParametersEventArgs(NameValueDictionary parameterValues, bool cancel)
Parameters
NameValueDictionary
parameterValues
Change the values |
System.Boolean
cancel
true to cancel the rendering operation which requests parameter values; otherwise, false. |
Properties
ParameterValues
Gets a NameValueDictionary representing the values of the report parameters that will be used when the report is rendered.
Declaration
public NameValueDictionary ParameterValues { get; }
Property Value
NameValueDictionary
|
Remarks
When exposed in the ApplyParameters event you may change/add the parameter values in order to customize the render operation.