Class CustomParameterEditor
Represents a custom parameter editor configuration for the MVC Report Viewer, enabling custom UI components for report parameter input.
Inheritance
Namespace: Telerik.ReportViewer.Mvc
Assembly: Telerik.ReportViewer.Mvc.dll
Syntax
public class CustomParameterEditor
Remarks
Both functions are executed in the client-side JavaScript context of the MVC Report Viewer.
Constructors
CustomParameterEditor()
Declaration
public CustomParameterEditor()
Properties
CreateEditorFunction
Gets or sets the name of the JavaScript function that creates the custom parameter editor UI element.
Declaration
public string CreateEditorFunction { get; set; }
Property Value
|
System.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
public string MatchFunction { get; set; }
Property Value
|
System.String
|