Class ReportParameterEditorTemplateSelector
Represents a selector for the report parameter editor templates.
Inheritance
System.Object
ReportParameterEditorTemplateSelector
Namespace: Telerik.ReportViewer.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public class ReportParameterEditorTemplateSelector : DataTemplateSelector
Constructors
ReportParameterEditorTemplateSelector()
Declaration
public ReportParameterEditorTemplateSelector()
Properties
Templates
Gets a list of System.
Declaration
public List<DataTemplate> Templates { get; }
Property Value
System.
|
Methods
SelectTemplate(Object, DependencyObject)
Gets the proper editor template for the given parameter model.
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
System. An instance of Parameter |
System.
|
Returns
System.
|