Class
ParameterContentControl

Definition

Namespace:Telerik.ReportViewer.Wpf

Assembly:Telerik.ReportViewer.Wpf.dll

Syntax:

cs-api-definition
public class ParameterContentControl : ContentControl

Inheritance: objectDispatcherObjectDependencyObjectVisualUIElementFrameworkElementControlContentControlParameterContentControl

Constructors

ParameterContentControl()

Declaration

cs-api-definition
public ParameterContentControl()

Properties

AvailableValues

Specifies whether the template can be used for parameters with available values.

Declaration

cs-api-definition
public bool AvailableValues { get; set; }

Property Value

bool

Multivalue

Specifies whether the template can be used for multivalue parameters.

Declaration

cs-api-definition
public bool Multivalue { get; set; }

Property Value

bool

Type

Specifies the parameter type for which this template should be used.

Declaration

cs-api-definition
public string Type { get; set; }

Property Value

string