ValidValue Clase

Definición

Representa un valor válido para una configuración de extensión o un parámetro de informe.

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
Herencia
ValidValue
Atributos

Comentarios

Use ValidValue la clase junto con la ValidValues propiedad de la ExtensionParameter clase y la ValidValues propiedad de la ItemParameter clase .

Constructores

ValidValue()

Inicializa una nueva instancia de la clase ValidValue.

Propiedades

Label

Obtiene o establece la etiqueta del valor.

Value

Obtiene o establece un valor válido para la configuración.

Se aplica a