Condividi tramite


Classe ReportParameter

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

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.ReportRendering.ReportParameter

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ReportParameter
'Utilizzo
Dim instance As ReportParameter
public sealed class ReportParameter
public ref class ReportParameter sealed
[<SealedAttribute>]
type ReportParameter =  class end
public final class ReportParameter

Nel tipo ReportParameter sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica AllowBlank Indicates whether the value of the parameter can be blank.
Proprietà pubblica DataType Gets the data type of the parameter.
Proprietà pubblica MultiValue Gets a Boolean value indicating whether this is a multivalue report parameter.
Proprietà pubblica Name Gets the name of the parameter.
Proprietà pubblica Nullable Gets a Boolean value indicating whether the value of the parameter can be nullriferimento Null (Nothing in Visual Basic)..
Proprietà pubblica Prompt Gets the message to display to a user when asking for parameter values.
Proprietà pubblica UsedInQuery Indicates whether the parameter is used in a query.
Proprietà pubblica Value Gets the value of the parameter.
Proprietà pubblica Values Gets the values of a multivalued report parameter.

In alto

Metodi

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

In alto

Osservazioni

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

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

Spazio dei nomi Microsoft.ReportingServices.ReportRendering