ParameterFieldReference 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 a field name that a report server uses to retrieve the value for a parameter.
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
- Inheritance
- Attributes
Remarks
Use the ParameterFieldReference class together with the ParameterValues property of the ExtensionSettings class.
ParameterFieldReference is passed as input to the ValidateExtensionSettings method.
Constructors
ParameterFieldReference() |
Initializes a new instance of the ParameterFieldReference class. |
Properties
FieldAlias |
Gets or sets the alias of a field reference that represents a parameter. |
ParameterName |
Gets or sets the name of a field reference that represents a parameter. |