Class ReportParametersControl
Represents a control that holds a collection of Parameter
Inheritance
Namespace: Telerik.ReportViewer.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public class ReportParametersControl : ItemsControl
Constructors
ReportParametersControl()
Declaration
public ReportParametersControl()
Fields
ParameterTemplateSelectorProperty
Represents the Parameter
Declaration
public static readonly DependencyProperty ParameterTemplateSelectorProperty
Field Value
System.
|
Properties
ParameterTemplateSelector
Gets or sets Report
Declaration
public ReportParameterEditorTemplateSelector ParameterTemplateSelector { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Returns a custom automation peer instance to enable setting accessible name
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System.
|
System.
|