Class SingleStringValueParameterModel
Represents a model for a parameter of type 'string' with a single value.
Inherited Members
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public class SingleStringValueParameterModel : ParameterModel, INotifyPropertyChanged, IDataErrorInfo
Properties
IsNull
Specifies whether the 'null' value is selected.
Declaration
public override bool IsNull { get; set; }
Property Value
System.Boolean
|