ReportParameter-Klasse

Represents a report parameter.

Vererbungshierarchie

System. . :: . .Object
  ReportService2006..::..ReportParameter

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ReportParameter
'Usage
Dim instance As ReportParameter
[SerializableAttribute]
public class ReportParameter
[SerializableAttribute]
public ref class ReportParameter
[<SerializableAttribute>]
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 Gets or sets a value that indicates whether an empty string is a valid value for the parameter.
Öffentliche Eigenschaft AllowBlankSpecified Gets or sets a value that indicates whether the AllowBlank property is specified.
Öffentliche Eigenschaft DefaultValues Gets or sets the default values for the parameter.
Öffentliche Eigenschaft DefaultValuesQueryBased Gets or sets a value that indicates whether the default values for the parameter are based on a query.
Öffentliche Eigenschaft DefaultValuesQueryBasedSpecified Gets or sets a value that indicates whether the DefaultValuesQueryBased property is 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 Gets the error message returned when a parameter value has failed validation.
Öffentliche Eigenschaft MultiValue Gets or sets a value that indicates whether the parameter is a multivalued parameter.
Öffentliche Eigenschaft MultiValueSpecified Gets or sets a value that indicates whether the MultiValue property is specified.
Öffentliche Eigenschaft Name Gets or sets the name of the parameter.
Öffentliche Eigenschaft Nullable Gets or sets a value that indicates whether the value of the parameter can be nullNothingnullptrunitein NULL-Verweis (Nothing in Visual Basic).
Öffentliche Eigenschaft NullableSpecified Gets or sets a value that indicates whether the Nullable property is specified.
Öffentliche Eigenschaft Prompt Gets or sets the text that prompts the user for parameter values.
Öffentliche Eigenschaft PromptUser Gets or sets a value that indicates whether the user is prompted for the value of the parameter.
Öffentliche Eigenschaft PromptUserSpecified Gets or sets a value that indicates whether the PromptUser property is specified.
Öffentliche Eigenschaft QueryParameter Gets or sets a value that indicates whether the parameter is used in a query.
Öffentliche Eigenschaft QueryParameterSpecified Gets or sets a value that indicates whether the QueryParameter property is specified.
Öffentliche Eigenschaft State Gets or sets a value that describes the state (ParameterStateEnum) of the parameter.
Öffentliche Eigenschaft StateSpecified Gets or sets a value that indicates whether the State property is specified.
Öffentliche Eigenschaft Type Gets or sets the data type (ParameterTypeEnum enumeration) of the parameter.
Öffentliche Eigenschaft TypeSpecified Gets or sets a value that indicates whether the Type property is specified.
Öffentliche Eigenschaft ValidValues Gets or sets the available ValidValue objects for the parameter.
Öffentliche Eigenschaft ValidValuesQueryBased Gets or sets a value that indicates whether the parameter's valid values are based on a query.
Öffentliche Eigenschaft ValidValuesQueryBasedSpecified Gets or sets a value that indicates whether the ValidValuesQueryBased property is 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.

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