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.Windows.DataTemplate.
Declaration
public List<DataTemplate> Templates { get; }
Property Value
System.Collections.Generic.List<System.Windows.DataTemplate>
|
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.Object
item
An instance of ParameterModel. |
System.Windows.DependencyObject
container
|
Returns
System.Windows.DataTemplate
|