ASP.NET Core 10.1.11
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class DesignParameter

Inheritance
System.Object
DesignParameter
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Web.dll
Syntax
public class DesignParameter : Object

Constructors

DesignParameter()

Declaration
public DesignParameter()

Properties

DataType

Gets or sets the data type of the design parameter.

Declaration
public string DataType { get; set; }
Property Value
Type Description
System.String

A System.String representing the data type of the parameter.

IsNull

Gets or sets a value indicating whether the parameter is null.

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

A System.Boolean that is true if the parameter is null; otherwise, false.

Name

Gets or sets the name of the design parameter.

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

A System.String representing the name of the parameter.

Value

Gets or sets the value of the design parameter.

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

An System.Object representing the value of the parameter.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved