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