ParameterFieldReference Class

Definition

Represents a field name that a report server uses to retrieve the value for a parameter.

public ref class ParameterFieldReference : ReportService2006::ParameterValueOrFieldReference
public class ParameterFieldReference : ReportService2006.ParameterValueOrFieldReference
type ParameterFieldReference = class
    inherit ParameterValueOrFieldReference
Public Class ParameterFieldReference
Inherits ParameterValueOrFieldReference
Inheritance
ParameterFieldReference

Remarks

Use the ParameterFieldReference class together with the ParameterValues property of the ExtensionSettings class.

ParameterFieldReference is passed as input to the ValidateExtensionSettings method.

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.

ParameterName

Gets or sets the name of a field reference that represents a parameter.

Applies to