ParameterValue Class

Definition

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

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

Remarks

A ParameterValue object is returned as output by the GetDataDrivenSubscriptionProperties and GetSubscriptionProperties methods and is passed as input to the Render, RenderStream, SetDataDrivenSubscriptionProperties, 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 new instance of a ParameterValue class.

Properties

Label

Get or set the label or alternate name for the parameter.

Name

Gets or sets the parameter name.

Value

Get or set the parameter value.

Applies to