ReportParameter.StateSpecified Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

public bool StateSpecified { get; set; }
public:
property bool StateSpecified {
    bool get();
    void set(bool value);
}
member StateSpecified : bool with get, set
Public Property StateSpecified As Boolean

Property Value

Type: System.Boolean

See Also

ReportParameter Class
ReportService2005 Namespace

Return to top