Class RenderBeginEventArgs
Provides data for the RenderBegin event.
Inheritance
System.Object
RenderBeginEventArgs
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public class RenderBeginEventArgs : Object
Constructors
RenderBeginEventArgs(NameValueDictionary, Boolean)
Initializes a new instance of the RenderBeginEventArgs class.
Declaration
public RenderBeginEventArgs(NameValueDictionary parameterValues, bool cancel)
Parameters
NameValueDictionary
parameterValues
|
System.Boolean
cancel
|
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
ParameterValues
Gets a NameValueDictionary for the values of the report parameters.
Declaration
public NameValueDictionary ParameterValues { get; }
Property Value
NameValueDictionary
|