ReportParameter Class

Contains information about a parameter to the report.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ReportParameter
'Usage
Dim instance As ReportParameter
public sealed class ReportParameter
public ref class ReportParameter sealed
[<SealedAttribute>]
type ReportParameter =  class end
public final class ReportParameter

The ReportParameter type exposes the following members.

Properties

  Name Description
Public property AllowBlank Gets a value that indicates whether the value for this parameter is allowed to be the empty string.
Public property DataType Gets the data type of the parameter
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property MultiValue Gets a value that indicates whether this is a multivalue parameter (a parameter that can take a set of values).
Public property Name Gets the name of the report parameter.
Public property Nullable Gets a value that indicates whether the value for this parameter is allowed to be Null.
Public property Prompt Gets an expression that evaluates to the user prompt to display when asking for parameter values.
Public property UsedInQuery Gets a value that indicates whether or not the parameter is used in a query in the report.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.