ParameterFieldReference Members

Include Protected Members
Include Inherited Members

Represents a field name that a report server uses to retrieve the value for a parameter. The ParameterFieldReference class is used by data-driven subscriptions.

The ParameterFieldReference type exposes the following members.

Constructors

  Name Description
Public method ParameterFieldReference() Initializes a new instance of the ParameterFieldReference class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property FieldAlias Gets or sets the alias of a field reference that represents a parameter for a data-driven subscription.
Public property ParameterName Gets or sets the name of a field reference that represents a parameter for a data-driven subscription.

Top