Class Parameters
Provides a class for the Parameters options. Contains the Editors object property.
Inheritance
System.Object
Parameters
Namespace: Telerik.ReportViewer.Html5.WebForms
Assembly: Telerik.ReportViewer.Html5.WebForms.dll
Syntax
public class Parameters
Constructors
Parameters()
The default constructor.
Declaration
public Parameters()
Properties
Editors
Definds the parameters editors types
Declaration
public EditorsContainer Editors { get; set; }
Property Value
EditorsContainer
|