ParameterValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |