skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • MCP Servers
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    MCP Servers

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Use Reports in Applications
    • System Requirements
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now
Search all

Class ParameterModel

Represents the report parameter model to associate the parameter editor UI with.

Inheritance
System.Object
ObservableObject
ParameterModel
ParameterModel
Inherited Members
ObservableObject.OnPropertyChanged(String)
ObservableObject.PropertyChanged
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll

Syntax

public class ParameterModel : ObservableObject, INotifyPropertyChanged, IDataErrorInfo

Constructors

ParameterModel()

Declaration
public ParameterModel()

Properties

AllowBlank

Gets the AllowNull.

Declaration
public bool AllowBlank { get; }
Property Value
System.Boolean

AllowNull

Gets the AllowNull.

Declaration
public bool AllowNull { get; }
Property Value
System.Boolean

AutoRefresh

Gets the AutoRefresh.

Declaration
public bool AutoRefresh { get; }
Property Value
System.Boolean

AvailableValues

Gets a list of the available ParameterValueModels.

Declaration
public virtual ObservableCollection<IParameterValueModel> AvailableValues { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<IParameterValueModel>

ID

Gets the ID.

Declaration
public string ID { get; }
Property Value
System.String

IsNull

Specifies whether the 'null' value is selected.

Declaration
public virtual bool IsNull { get; set; }
Property Value
System.Boolean

Multivalue

Gets the Multivalue.

Declaration
public bool Multivalue { get; }
Property Value
System.Boolean

Name

Gets the Name.

Declaration
public string Name { get; }
Property Value
System.String

SafeValue

Prevent user input to be considered as expression

Declaration
public object SafeValue { get; }
Property Value
System.Object

SelectedSingleValue

Gets or sets a single selected value.

Declaration
public IParameterValueModel SelectedSingleValue { get; set; }
Property Value
IParameterValueModel

Text

Gets the Text.

Declaration
public virtual string Text { get; }
Property Value
System.String

Type

Gets the Type.

Declaration
public Type Type { get; }
Property Value
System.Type

TypeName

Gets the Type.

Declaration
public string TypeName { get; }
Property Value
System.String

Value

Declaration
public virtual object Value { get; set; }
Property Value
System.Object

Methods

CreateParameterValueModel(ParameterValue)

Declaration
protected virtual IParameterValueModel CreateParameterValueModel(ParameterValue parameterValue)
Parameters
ParameterValue parameterValue

Returns
IParameterValueModel

GetInvalidValueValidationError()

Declaration
protected virtual string GetInvalidValueValidationError()
Returns
System.String

HasValidValue()

Declaration
public bool HasValidValue()
Returns
System.Boolean

Invalidate()

Declaration
public void Invalidate()
Getting Started
  • Install Now
  • Online Demos
Support Resources
  • Documentation
  • Knowledge Base
  • Videos
  • Reporting Samples Repository
  • Reporting Release History
Community
  • Forums
  • Blogs
  • Reporting Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.