ClassCustomParameterEditor
Class
Represents a custom parameter editor configuration for the MVC Report Viewer, enabling custom UI components for report parameter input.
Definition
Namespace:Telerik.ReportViewer.Mvc
Assembly:Telerik.ReportViewer.Mvc.dll
Syntax:
cs-api-definition
public class CustomParameterEditor
Inheritance: objectCustomParameterEditor
Constructors
CustomParameterEditor()
Declaration
cs-api-definition
public CustomParameterEditor()
Properties
CreateEditorFunction
Gets or sets the name of the JavaScript function that creates the custom parameter editor UI element.
Declaration
cs-api-definition
public string CreateEditorFunction { get; set; }
Property Value
string
MatchFunction
Gets or sets the name of the JavaScript match function that determines whether to use this custom editor for a specific parameter.
Declaration
cs-api-definition
public string MatchFunction { get; set; }
Property Value
string