Partilhar via


Propriedade do RDL StateSpecified

Indicates whether the State property has been specified.

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (em ReportExecution2005.dll)

Sintaxe

'Declaração
Public Property StateSpecified As Boolean
    Get
    Set
'Uso
Dim instance As ReportParameter
Dim value As Boolean

value = instance.StateSpecified

instance.StateSpecified = value
public bool StateSpecified { get; set; }
public:
property bool StateSpecified {
    bool get ();
    void set (bool value);
}
member StateSpecified : bool with get, set
function get StateSpecified () : boolean
function set StateSpecified (value : boolean)

Valor da propriedade

Tipo: System. . :: . .Boolean
A Boolean value.