ParameterValueOrFieldReference Class

Definition

Represents a user-supplied value or a field name that represents the value of a parameter.

public ref class ParameterValueOrFieldReference
public class ParameterValueOrFieldReference
type ParameterValueOrFieldReference = class
Public Class ParameterValueOrFieldReference
Inheritance
ParameterValueOrFieldReference
Derived

Remarks

Methods of the ReportService2005 class use objects that inherit ParameterValueOrFieldReference. The following table describes classes that implement ParameterValueOrFieldReference.

Class Description
ParameterFieldReference 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.
ParameterValue Represents data that is used in parameterized reports.

Constructors

ParameterValueOrFieldReference()

Initializes a new instance of the ParameterValueOrFieldReference class.

Applies to