ParameterValue 类

定义

表示在参数化报表中或传递扩展插件设置中使用的数据。

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
继承
属性

注解

ParameterValue对象由 GetSubscriptionProperties 方法作为输出返回,并作为输入传递给 SetSubscriptionProperties 方法。

ParameterValue 对象既用于将报表参数传递给报表,也用于将设置传递给传递扩展插件。

构造函数

ParameterValue()

初始化 ParameterValue 类的新实例。

属性

Label

获取或设置参数的标签或替代名称。

Name

获取或设置参数名称。

Value

获取或设置参数值。

适用于