Freigeben über


ReportParameter-Klasse

Represents a report parameter.

Vererbungshierarchie

System.Object
  ReportExecution2005.ReportParameter

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

'Declaration
Public Class ReportParameter
'Usage
Dim instance As ReportParameter
public class ReportParameter
public ref class ReportParameter
type ReportParameter =  class end
public class ReportParameter

Der ReportParameter-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ReportParameter Initializes a new instance of the ReportParameter class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllowBlank Indicates whether an empty string is a valid value for the parameter. Read-only.
Öffentliche Eigenschaft AllowBlankSpecified Indicates that the AllowBlank property has been specified.
Öffentliche Eigenschaft DefaultValues Gets or sets the default values of the parameter.
Öffentliche Eigenschaft DefaultValuesQueryBased Indicates whether the default values of the parameter are based on a query. Boolean. Read-only.
Öffentliche Eigenschaft DefaultValuesQueryBasedSpecified Indicates whether the DefaultValuesQueryBased property has been specified.
Öffentliche Eigenschaft Dependencies Gets or sets a list of parameters whose values are used to retrieve additional parameter values in a query.
Öffentliche Eigenschaft ErrorMessage An error message, returned when the parameter has failed validation.
Öffentliche Eigenschaft MultiValue Indicates whether the parameter can be a multivalue parameter.
Öffentliche Eigenschaft MultiValueSpecified Indicates whether the MultiValue property has been specified.
Öffentliche Eigenschaft Name Gets or sets the name of the parameter.
Öffentliche Eigenschaft Nullable Indicates whether the value of the parameter can be nullein NULL-Verweis (Nothing in Visual Basic).
Öffentliche Eigenschaft NullableSpecified Indicates whether the Nullable property has been specified.
Öffentliche Eigenschaft Prompt Gets or sets the text that prompts the user to provide parameter values.
Öffentliche Eigenschaft PromptUser Indicates whether the user is prompted for the value of the parameter.
Öffentliche Eigenschaft PromptUserSpecified Indicates whether a value for the PromptUser property is specified.
Öffentliche Eigenschaft QueryParameter Indicates whether the parameter is used in a query to an external data source.
Öffentliche Eigenschaft QueryParameterSpecified Indicates whether the ReportParameter property has been specified.
Öffentliche Eigenschaft State Describes the state (ParameterStateEnum) of the parameter.
Öffentliche Eigenschaft StateSpecified Indicates whether the State property has been specified.
Öffentliche Eigenschaft Type The data type (ParameterTypeEnum) of the parameter.
Öffentliche Eigenschaft TypeSpecified Indicates whether the Type property has been specified.
Öffentliche Eigenschaft ValidValues The available valid values for the parameter. Read-only.
Öffentliche Eigenschaft ValidValuesQueryBased Indicates whether the parameter's valid values are based on a query. Read-only.
Öffentliche Eigenschaft ValidValuesQueryBasedSpecified Indicates whether the ValidValuesQueryBased property has been specified.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

A ReportParameter object is returned as output by the GetReportParameters method and is passed as input to the SetReportParameters method.

The value of the ReportParameter may change if the user calls SetReportDefinition.

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

ReportExecution2005-Namespace

Andere Ressourcen

Festlegen von Parametereigenschaften für einen publizierten Bericht