ParameterValue Class

Definition

Represents data that is used in parameterized reports or in delivery extension settings.

public ref class ParameterValue : ReportExecution2005::ParameterValueOrFieldReference
public class ParameterValue : ReportExecution2005.ParameterValueOrFieldReference
type ParameterValue = class
    inherit ParameterValueOrFieldReference
Public Class ParameterValue
Inherits ParameterValueOrFieldReference
Inheritance

Examples

For a code sample, please see Render.

Remarks

A ParameterValue object is returned as output by the GetDataDrivenSubscriptionProperties and GetSubscriptionProperties methods and is passed as input to the CreateDataDrivenSubscription,Render,RenderStream and SetSubscriptionProperties methods.

ParameterValue objects are used both in passing report parameters to reports and in passing settings to a delivery extension.

Constructors

ParameterValue()

Instantiates a ParameterValue object.

Properties

Label

Gets or sets the label or alternate name for the parameter.

Name

Gets or sets the name of a value.

Value

Gets or sets the value of a parameter.

Applies to