Share via


ReportParameterInfo メンバ

Encapsulates information about report parameters.

ReportParameterInfo データ型で公開されるメンバを以下の表に示します。

パブリック プロパティ

  名前 説明
Public property AllowBlank Indicates whether an empty string is a valid value for the parameter. Read-only.
Public property AreDefaultValuesQueryBased Indicates whether the default values of the parameter are based on a query. Read-only.
Public property AreValidValuesQueryBased Indicates whether the parameter's valid values are based on a query. Read-only.
Public property DataType Gets the data type of the parameter. Read-only.
Public property Dependencies Gets a list of parameters whose values are used to retrieve additional parameter values in a query. Read-only.
Public property Dependents A list of parameters that use the value of this parameter as parameters into queries to retrieve ValidValues and/or DefaultValues.
Public property ErrorMessage Gets the error message that is returned when the parameter fails validation. Read-only.
Public property IsQueryParameter Indicates whether the parameter is used in a query to an external data source. Read-only.
Public property MultiValue Indicates whether the parameter can be a multi-value parameter. Read-only.
Public property Name Gets the name of the parameter. Read-only.
Public property Nullable Indicates whether the value of the parameter can be null. Read-only.
Public property Prompt The text that prompts the user to provide parameter values.
Public property PromptUser Indicates whether the user is prompted for the value of the parameter.
Public property State Describes the state of the parameter. Read-only.
Public property ValidValues Gets the available valid values for the parameter. Read-only.
Public property Values Gets the values for the parameter.
Public property Visible Determines whether the parameter can be displayed in the user interface.

このページのトップへ

パブリック メソッド

( プロテクト メソッド も参照)

  名前 説明
Public method Equals  オーバーロードされます。 ( Object から継承されます。)
Public method GetHashCode  ( Object から継承されます。)
Public method GetType  ( Object から継承されます。)
Public methodStatic ReferenceEquals  ( Object から継承されます。)
Public method ToString  ( Object から継承されます。)

このページのトップへ

プロテクト メソッド

  名前 説明
Protected method Finalize  ( Object から継承されます。)
Protected method MemberwiseClone  ( Object から継承されます。)

このページのトップへ

参照

リファレンス

ReportParameterInfo クラス
Microsoft.Reporting.WinForms 名前空間