Condividi tramite


Classe ItemParameter

Represents an item parameter.

Gerarchia di ereditarietà

System. . :: . .Object
  ReportService2010..::..ItemParameter

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

Sintassi

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

Nel tipo ItemParameter sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AllowBlank Gets or sets a value that indicates whether an empty string is a valid value for the parameter.
Proprietà pubblica AllowBlankSpecified Gets or sets a value that indicates whether the AllowBlank property is specified.
Proprietà pubblica DefaultValues Gets or sets the default values for the parameter.
Proprietà pubblica DefaultValuesQueryBased Gets or sets a value that indicates whether the default values for the parameter are based on a query.
Proprietà pubblica DefaultValuesQueryBasedSpecified Gets or sets a value that indicates whether the DefaultValuesQueryBased property is 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 Gets the error message returned when a parameter value has failed validation.
Proprietà pubblica MultiValue Gets or sets a value that indicates whether the parameter is a multivalued parameter.
Proprietà pubblica MultiValueSpecified Gets or sets a value that indicates whether the MultiValue property is specified.
Proprietà pubblica Name Gets or sets the name of the parameter.
Proprietà pubblica Nullable Gets or sets a value that indicates whether the value of the parameter can be nullNothingnullptrunitriferimento Null (Nothing in Visual Basic)..
Proprietà pubblica NullableSpecified Gets or sets a value that indicates whether the Nullable property is specified.
Proprietà pubblica ParameterStateName Gets or sets the state of the parameter.
Proprietà pubblica ParameterTypeName Gets or sets the data type of the parameter.
Proprietà pubblica Prompt Gets or sets the text that prompts the user for parameter values.
Proprietà pubblica PromptUser Gets or sets a value that indicates whether the user is prompted for the value of the parameter.
Proprietà pubblica PromptUserSpecified Gets or sets a value that indicates whether the PromptUser property is specified.
Proprietà pubblica QueryParameter Gets or sets a value that indicates whether the parameter is used in a query.
Proprietà pubblica QueryParameterSpecified Gets or sets a value that indicates whether the QueryParameter property is specified.
Proprietà pubblica ValidValues Gets or sets the available ValidValue objects for the parameter.
Proprietà pubblica ValidValuesQueryBased Gets or sets a value that indicates whether the parameter's valid values are based on a query.
Proprietà pubblica ValidValuesQueryBasedSpecified Gets or sets a value that indicates whether the ValidValuesQueryBased property is 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 ItemParameter object is returned as output by the GetItemParameters(String, String, Boolean, array<ParameterValue>[]()[][], array<DataSourceCredentials>[]()[][]) method and is passed as input to the SetItemParameters(String, array<ItemParameter>[]()[][]) method.

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.

Vedere anche

Riferimento