ReportParameter 类

定义

包含有关报表参数的信息。 此类不能被继承。

public ref class ReportParameter sealed
public sealed class ReportParameter
type ReportParameter = class
Public NotInheritable Class ReportParameter
继承
ReportParameter

注解

参数按照用户界面 (UI) 中显示的顺序传递。

属性

AllowBlank

指示参数的值是否可以为空白。

DataType

获取参数的数据类型。

MultiValue

获取指示此参数是否为多值报表参数的Boolean

Name

获取参数的名称。

Nullable

获取指示该参数的值是否可以为 Booleannull

Prompt

获取用户请求参数值时要向其显示的消息。

UsedInQuery

指示是否在查询中使用参数。

Value

获取参数的值。

Values

获取多值报表参数的各个值。

适用于