ParameterFieldReference 类

定义

表示报表服务器用来检索参数值的字段名。

public ref class ParameterFieldReference : 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 ParameterFieldReference : 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 ParameterFieldReference = class
    inherit ParameterValueOrFieldReference
Public Class ParameterFieldReference
Inherits ParameterValueOrFieldReference
继承
ParameterFieldReference
属性

注解

ParameterFieldReference 类与 ParameterValues 类的 ExtensionSettings 属性一起使用。

ParameterFieldReference 作为输入传递给 ValidateExtensionSettings 方法。

构造函数

ParameterFieldReference()

初始化 ParameterFieldReference 类的新实例。

属性

FieldAlias

获取或设置表示参数的字段引用的别名。

ParameterName

获取或设置表示参数的字段引用的名称。

适用于