ReportParameter.State Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

public ParameterStateEnum State { get; set; }
public:
property ParameterStateEnum State {
    ParameterStateEnum get();
    void set(ParameterStateEnum value);
}
member State : ParameterStateEnum with get, set
Public Property State As ParameterStateEnum

Property Value

Type: ReportService2005.ParameterStateEnum

See Also

ReportParameter Class
ReportService2005 Namespace

Return to top