ParameterValueOrFieldReference Class

Definition

Represents a user-supplied value or a field name that represents the value of a parameter.

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
Inheritance
ParameterValueOrFieldReference
Derived
Attributes

Remarks

Methods of the ReportingService2010 class use objects that inherit ParameterValueOrFieldReference. The following table describes classes that implement ParameterValueOrFieldReference.

Class Description
ParameterFieldReference Represents a field name that a report server uses to retrieve the value for a parameter.
ParameterValue Represents data that is used in parameterized reports.

Constructors

ParameterValueOrFieldReference()

Initializes a new instance of the ParameterValueOrFieldReference class.

Applies to