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 : ReportService2010::ParameterValueOrFieldReference
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class ParameterValue : ReportService2010.ParameterValueOrFieldReference
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ParameterValue = class
inherit ParameterValueOrFieldReference
Public Class ParameterValue
Inherits ParameterValueOrFieldReference
- Inheritance
- Attributes
Remarks
A ParameterValue object is returned as output by the GetSubscriptionProperties method and is passed as input to the SetSubscriptionProperties method.
ParameterValue objects are used both in passing report parameters to reports and in passing settings to a delivery extension.
Constructors
ParameterValue() |
Initializes a new instance of the ParameterValue class. |
Properties
Label |
Gets or sets the label or alternate name for the parameter. |
Name |
Gets or sets the parameter name. |
Value |
Gets or sets the parameter value. |