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 | |
---|---|---|
ParameterFieldReference() | Initializes a new instance of the ParameterFieldReference class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
FieldAlias | Gets or sets the alias of a field reference that represents a parameter for a data-driven subscription. | |
ParameterName | Gets or sets the name of a field reference that represents a parameter for a data-driven subscription. |
Top