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:
C#
public class CustomParameterEditor
Inheritance: objectCustomParameterEditor
Constructors
C#
public CustomParameterEditor()
Properties
CreateEditorFunction
string
Gets or sets the name of the JavaScript function that creates the custom parameter editor UI element.
C#
public string CreateEditorFunction { get; set; }
MatchFunction
string
Gets or sets the name of the JavaScript match function that determines whether to use this custom editor for a specific parameter.
C#
public string MatchFunction { get; set; }