ValidValue Class

 

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

Namespace:   ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

System::Object
  ReportService2006::ValidValue

public ref class ValidValue 

NameDescription
System_CAPS_pubmethodValidValue()

Initializes a new instance of the ValidValue class.

NameDescription
System_CAPS_pubpropertyLabel

Gets or sets the label for the value.

System_CAPS_pubpropertyValue

Gets or sets a valid value for the setting.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: