Class ParameterContentControl
Inheritance
System.Object
ParameterContentControl
Namespace: Telerik.ReportViewer.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public class ParameterContentControl : ContentControl
Constructors
ParameterContentControl()
Declaration
public ParameterContentControl()
Properties
AvailableValues
Specifies whether the template can be used for parameters with available values.
Declaration
public bool AvailableValues { get; set; }
Property Value
System.Boolean
|
Multivalue
Specifies whether the template can be used for multivalue parameters.
Declaration
public bool Multivalue { get; set; }
Property Value
System.Boolean
|
Type
Specifies the parameter type for which this template should be used.
Declaration
public string Type { get; set; }
Property Value
System.String
|