Class ReportParametersControl
Represents a control that holds a collection of ReportParameterTemplate.
Inheritance
System.Object
ReportParametersControl
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public class ReportParametersControl : ItemsControl
Constructors
ReportParametersControl()
Declaration
public ReportParametersControl()
Fields
ItemTemplateSelectorProperty
Represents the ParameterTemplateSelector property.
Declaration
public static readonly DependencyProperty ItemTemplateSelectorProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ParameterTemplateSelector
Gets or sets ReportParameterEditorTemplateSelector.
Declaration
public ReportParameterEditorTemplateSelector ParameterTemplateSelector { get; set; }
Property Value
ReportParameterEditorTemplateSelector
|
Methods
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
|