ParameterFieldReference Class
SQL Server 2000
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.
Public Class ParameterFieldReference Inherits [Namespace].ParameterValueOrFieldReference Member of [Namespace]
public class ParameterFieldReference : [Namespace].ParameterValueOrFieldReference Member of [Namespace]
Public Properties
FieldAlias | The alias of a field reference that represents a parameter for a data-driven subscription. String. |
ParameterName | The name of a field reference that represents a parameter for a data-driven subscription. String. |
Remarks
Use ParameterFieldReference with the ParameterValues property of the ExtensionSettings class.
ParameterFieldReference is returned as output by the GetDataDrivenSubscriptionProperties method and is passed as input to the CreateDataDrivenSubscription and SetDataDrivenSubscriptionProperties and ValidateExtensionSettings methods.
