Freigeben über


ParameterFieldReference-Klasse

Represents a field name that a report server uses to retrieve the value for a parameter.

Vererbungshierarchie

System. . :: . .Object
  ReportService2006. . :: . .ParameterValueOrFieldReference
    ReportService2006..::..ParameterFieldReference

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ParameterFieldReference _
    Inherits ParameterValueOrFieldReference
'Usage
Dim instance As ParameterFieldReference
[SerializableAttribute]
public class ParameterFieldReference : ParameterValueOrFieldReference
[SerializableAttribute]
public ref class ParameterFieldReference : public ParameterValueOrFieldReference
[<SerializableAttribute>]
type ParameterFieldReference =  
    class
        inherit ParameterValueOrFieldReference
    end
public class ParameterFieldReference extends ParameterValueOrFieldReference

Der ParameterFieldReference-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft FieldAlias Gets or sets the alias of a field reference that represents a parameter.
Öffentliche Eigenschaft ParameterName Gets or sets the name of a field reference that represents a parameter.

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

Use the ParameterFieldReference class together with the ParameterValues property of the ExtensionSettings class.

ParameterFieldReference is passed as input to the ValidateExtensionSettings(String, array<ParameterValueOrFieldReference>[]()[][]) 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