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