ValidValue Class

Definition

Represents a valid value for an extension setting or report parameter.

public ref class ValidValue
[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 ValidValue
[<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 ValidValue = class
Public Class ValidValue
Inheritance
ValidValue
Attributes

Remarks

Use ValidValue class together with the ValidValues property of the ExtensionParameter class and the ValidValues property of the ItemParameter class.

Constructors

ValidValue()

Initializes a new instance of the ValidValue class.

Properties

Label

Gets or sets the label for the value.

Value

Gets or sets a valid value for the setting.

Applies to