Condividi tramite


Classe ReportParameter

Represents a report parameter.

Gerarchia di ereditarietà

System. . :: . .Object
  ReportExecution2005..::..ReportParameter

Spazio dei nomi  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class ReportParameter
'Utilizzo
Dim instance As ReportParameter
[SerializableAttribute]
public class ReportParameter
[SerializableAttribute]
public ref class ReportParameter
[<SerializableAttribute>]
type ReportParameter =  class end
public class ReportParameter

Nel tipo ReportParameter sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ReportParameter Initializes a new instance of the ReportParameter class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AllowBlank Indicates whether an empty string is a valid value for the parameter. Read-only.
Proprietà pubblica AllowBlankSpecified Indicates that the AllowBlank property has been specified.
Proprietà pubblica DefaultValues Gets or sets the default values of the parameter.
Proprietà pubblica DefaultValuesQueryBased Indicates whether the default values of the parameter are based on a query. Boolean. Read-only.
Proprietà pubblica DefaultValuesQueryBasedSpecified Indicates whether the DefaultValuesQueryBased property has been specified.
Proprietà pubblica Dependencies Gets or sets a list of parameters whose values are used to retrieve additional parameter values in a query.
Proprietà pubblica ErrorMessage An error message, returned when the parameter has failed validation.
Proprietà pubblica MultiValue Indicates whether the parameter can be a multivalue parameter.
Proprietà pubblica MultiValueSpecified Indicates whether the MultiValue property has been specified.
Proprietà pubblica Name Gets or sets the name of the parameter.
Proprietà pubblica Nullable Indicates whether the value of the parameter can be nullNothingnullptrunitriferimento Null (Nothing in Visual Basic)..
Proprietà pubblica NullableSpecified Indicates whether the Nullable property has been specified.
Proprietà pubblica Prompt Gets or sets the text that prompts the user to provide parameter values.
Proprietà pubblica PromptUser Indicates whether the user is prompted for the value of the parameter.
Proprietà pubblica PromptUserSpecified Indicates whether a value for the PromptUser property is specified.
Proprietà pubblica QueryParameter Indicates whether the parameter is used in a query to an external data source.
Proprietà pubblica QueryParameterSpecified Indicates whether the ReportParameter property has been specified.
Proprietà pubblica State Describes the state (ParameterStateEnum) of the parameter.
Proprietà pubblica StateSpecified Indicates whether the State property has been specified.
Proprietà pubblica Type The data type (ParameterTypeEnum) of the parameter.
Proprietà pubblica TypeSpecified Indicates whether the Type property has been specified.
Proprietà pubblica ValidValues The available valid values for the parameter. Read-only.
Proprietà pubblica ValidValuesQueryBased Indicates whether the parameter's valid values are based on a query. Read-only.
Proprietà pubblica ValidValuesQueryBasedSpecified Indicates whether the ValidValuesQueryBased property has been specified.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

A ReportParameter object is returned as output by the GetReportParameters method and is passed as input to the SetReportParameters method.

The value of the ReportParameter may change if the user calls SetReportDefinition.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.