Interface IParameterValueModel
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public interface IParameterValueModel
Properties
IsSelected
Specifies whether the parameter value is selected.
Declaration
bool IsSelected { get; set; }
Property Value
System.Boolean
|