Class ReportParameterTemplate
Represents a report parameter editor data template.
Inheritance
System.Object
ReportParameterTemplate
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public class ReportParameterTemplate : DataTemplate
Constructors
ReportParameterTemplate()
Declaration
public ReportParameterTemplate()
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
|