ReportParameter 类

Contains information about a report parameter. This class cannot be inherited.

继承层次结构

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..ReportParameter

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public NotInheritable Class ReportParameter
用法
Dim instance As ReportParameter
public sealed class ReportParameter
public ref class ReportParameter sealed
[<SealedAttribute>]
type ReportParameter =  class end
public final class ReportParameter

ReportParameter 类型公开以下成员。

属性

  名称 说明
公共属性 AllowBlank Indicates whether the value of the parameter can be blank.
公共属性 DataType Gets the data type of the parameter.
公共属性 MultiValue Gets a Boolean value indicating whether this is a multivalue report parameter.
公共属性 Name Gets the name of the parameter.
公共属性 Nullable Gets a Boolean value indicating whether the value of the parameter can be nullNothingnullptrunitnull 引用(在 Visual Basic 中为 Nothing).
公共属性 Prompt Gets the message to display to a user when asking for parameter values.
公共属性 UsedInQuery Indicates whether the parameter is used in a query.
公共属性 Value Gets the value of the parameter.
公共属性 Values Gets the values of a multivalued report parameter.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

注释

Parameters are passed in the order displayed in the user interface (UI).

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。