Partilhar via


Classe ReportParameter

Contains information about a report parameter. This class cannot be inherited.

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..ReportParameter

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class ReportParameter
'Uso
Dim instance As ReportParameter
public sealed class ReportParameter
public ref class ReportParameter sealed
[<SealedAttribute>]
type ReportParameter =  class end
public final class ReportParameter

O tipo ReportParameter expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública AllowBlank Indicates whether the value of the parameter can be blank.
Propriedade pública DataType Gets the data type of the parameter.
Propriedade pública MultiValue Gets a Boolean value indicating whether this is a multivalue report parameter.
Propriedade pública Name Gets the name of the parameter.
Propriedade pública Nullable Gets a Boolean value indicating whether the value of the parameter can be nullNothingnullptrunituma referência nula (Nothing no Visual Basic).
Propriedade pública Prompt Gets the message to display to a user when asking for parameter values.
Propriedade pública UsedInQuery Indicates whether the parameter is used in a query.
Propriedade pública Value Gets the value of the parameter.
Propriedade pública Values Gets the values of a multivalued report parameter.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

Parameters are passed in the order displayed in the user interface (UI).

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.