ParameterValue Class
SQL Server 2000
Represents data that is used in parameterized reports or in delivery extension settings.
Public Class ParameterValue Inherits [Namespace].ParameterValueOrFieldReference Member of [Namespace]
public class ParameterValue : [Namespace].ParameterValueOrFieldReference Member of [Namespace]
Public Properties
Label | The label or alternate name for the parameter. String |
Name | The parameter name. String. |
Value | The parameter value. String. |
Remarks
A ParameterValue object is returned as output by the GetDataDrivenSubscriptionProperties and GetSubscriptionProperties methods and is passed as input to the CreateDataDrivenSubscription, 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.
