ReportParameter Class

Definition

Represents a report parameter.

[System.Runtime.InteropServices.Guid("5FB65586-3697-4555-93C6-444F1C5F8A06")]
public sealed class ReportParameter : ICloneable
[<System.Runtime.InteropServices.Guid("5FB65586-3697-4555-93C6-444F1C5F8A06")>]
type ReportParameter = class
    interface ICloneable
Public NotInheritable Class ReportParameter
Implements ICloneable
Inheritance
ReportParameter
Attributes
Implements

Constructors

ReportParameter()

Initializes a new instance of the ReportParameter class using the default values.

ReportParameter(String, String)

Initializes a new instance of the ReportParameter class with the specified name and value.

Properties

Name

Gets or sets the name of the parameter.

Value

Gets or sets the value of the parameter.

Methods

Clone()

Returns a clone of the object.

CopyTo(ReportParameter)

Copies the content of this object to another object (the destination).

Explicit Interface Implementations

ICloneable.Clone()

Applies to