ParameterFieldReference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ref class ParameterFieldReference : ReportService2005::ParameterValueOrFieldReference
public class ParameterFieldReference : ReportService2005.ParameterValueOrFieldReference
type ParameterFieldReference = class
inherit ParameterValueOrFieldReference
Public Class ParameterFieldReference
Inherits ParameterValueOrFieldReference
- Inheritance
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, SetDataDrivenSubscriptionProperties, and ValidateExtensionSettings methods.
Constructors
ParameterFieldReference() |
Initializes a new instance of the ParameterFieldReference class. |
Properties
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. |