Encapsulates information about report parameters.
以下各表列出了由 ReportParameterInfo 类型公开的成员。
公共属性
名称 | 说明 | |
---|---|---|
![]() |
AllowBlank | Indicates whether an empty string is a valid value for the parameter. Read-only. |
![]() |
AreDefaultValuesQueryBased | Indicates whether the default values of the parameter are based on a query. Read-only. |
![]() |
AreValidValuesQueryBased | Indicates whether the parameter's valid values are based on a query. Read-only. |
![]() |
DataType | Gets the data type of the parameter. Read-only. |
![]() |
Dependencies | Gets a list of parameters whose values are used to retrieve additional parameter values in a query. Read-only. |
![]() |
Dependents | A list of parameters that use the value of this parameter as parameters into queries to retrieve ValidValues and/or DefaultValues. |
![]() |
ErrorMessage | Gets an error message returned when the parameter has failed validation. Read-only. |
![]() |
IsQueryParameter | Indicates whether the parameter is used in a query to an external data source. Read-only. |
![]() |
MultiValue | Indicates whether the parameter can be a multivalue parameter. Read-only. |
![]() |
Name | Gets the name of the parameter. Read-only. |
![]() |
Nullable | Indicates whether the value of the parameter can be null. Read-only. |
![]() |
Prompt | The text that prompts the user to provide parameter values. |
![]() |
PromptUser | Indicates whether the user is prompted for the value of the parameter. |
![]() |
State | Describes the state of the parameter. Read-only. |
![]() |
ValidValues | Gets the available valid values for the parameter. Read-only. |
![]() |
Values | Gets the values for the parameter. |
![]() |
Visible | Determines whether the parameter can be displayed in the user interface. |
顶部
公共方法
(另请参见 受保护的方法 )
名称 | 说明 | |
---|---|---|
![]() |
Equals | 已重载。 (继承自 Object。) |
![]() |
GetHashCode | (继承自 Object。) |
![]() |
GetType | (继承自 Object。) |
![]() ![]() |
ReferenceEquals | (继承自 Object。) |
![]() |
ToString | (继承自 Object。) |
顶部
受保护的方法
名称 | 说明 | |
---|---|---|
![]() |
Finalize | (继承自 Object。) |
![]() |
MemberwiseClone | (继承自 Object。) |
顶部