Freigeben über


ReportParameter-Klasse

Contains information about a parameter to the report.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

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

Der ReportParameter-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllowBlank Gets a value that indicates whether the value for this parameter is allowed to be the empty string.
Öffentliche Eigenschaft DataType Gets the data type of the parameter
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft MultiValue Gets a value that indicates whether this is a multivalue parameter (a parameter that can take a set of values).
Öffentliche Eigenschaft Name Gets the name of the report parameter.
Öffentliche Eigenschaft Nullable Gets a value that indicates whether the value for this parameter is allowed to be Null.
Öffentliche Eigenschaft Prompt Gets an expression that evaluates to the user prompt to display when asking for parameter values.
Öffentliche Eigenschaft UsedInQuery Gets a value that indicates whether or not the parameter is used in a query in the report.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace