ParameterValueOrFieldReference 类

定义

表示一个用户提供的值,或者一个表示参数值的字段名。

public ref class ParameterValueOrFieldReference
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlInclude(typeof(ReportService2010.ParameterValue))]
[System.Xml.Serialization.XmlInclude(typeof(ReportService2010.ParameterFieldReference))]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class ParameterValueOrFieldReference
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlInclude(typeof(ReportService2010.ParameterValue))>]
[<System.Xml.Serialization.XmlInclude(typeof(ReportService2010.ParameterFieldReference))>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ParameterValueOrFieldReference = class
Public Class ParameterValueOrFieldReference
继承
ParameterValueOrFieldReference
派生
属性

注解

ReportingService2010类的方法使用继承 ParameterValueOrFieldReference的对象。 下表描述了实现 ParameterValueOrFieldReference的类。

说明
ParameterFieldReference 表示报表服务器用来检索参数值的字段名。
ParameterValue 表示参数化报表中使用的数据。

构造函数

ParameterValueOrFieldReference()

初始化 ParameterValueOrFieldReference 类的新实例。

适用于