Class CustomParameterEditor
Represents a custom parameter editor.
Inheritance
System.Object
CustomParameterEditor
Namespace: Telerik.ReportViewer.Mvc
Assembly: Telerik.ReportViewer.Mvc.dll
Syntax
public class CustomParameterEditor
Constructors
CustomParameterEditor()
Declaration
public CustomParameterEditor()
Properties
CreateEditorFunction
The name of the createEditor function as string, without parentheses.
Declaration
public string CreateEditorFunction { get; set; }
Property Value
System.String
|
MatchFunction
The name of the match function as string, without parentheses.
Declaration
public string MatchFunction { get; set; }
Property Value
System.String
|