Compartilhar via


Classe ReportParameter

Contains information about a parameter to the report.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
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 Gets a value that indicates whether the value for this parameter is allowed to be the empty string.
Propriedade pública DataType Gets the data type of the parameter
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública MultiValue Gets a value that indicates whether this is a multivalue parameter (a parameter that can take a set of values).
Propriedade pública Name Gets the name of the report parameter.
Propriedade pública Nullable Gets a value that indicates whether the value for this parameter is allowed to be Null.
Propriedade pública Prompt Gets an expression that evaluates to the user prompt to display when asking for parameter values.
Propriedade pública UsedInQuery Gets a value that indicates whether or not the parameter is used in a query in the report.

Início

Métodos

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

Início

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.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering