다음을 통해 공유


ItemParameter.ParameterStateName 속성

Gets or sets the state of the parameter.

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.dll)

구문

‘선언
Public Property ParameterStateName As String 
    Get 
    Set
‘사용 방법
Dim instance As ItemParameter 
Dim value As String 

value = instance.ParameterStateName

instance.ParameterStateName = value
public string ParameterStateName { get; set; }
public:
property String^ ParameterStateName {
    String^ get ();
    void set (String^ value);
}
member ParameterStateName : string with get, set
function get ParameterStateName () : String 
function set ParameterStateName (value : String)

속성 값

유형: System.String
A String value that represents the state of the parameter if it is specified; otherwise, nullnull 참조(Visual Basic에서는 Nothing) (Nothing in Visual Basic).

주의

The value of this property may change based on input during the validation of the parameter by the GetItemParameters(String, String, Boolean, array<ParameterValue[], array<DataSourceCredentials[]) method.

For a list of valid values for this properties, use the ListParameterStates method.

참고 항목

참조

ItemParameter 클래스

ReportService2010 네임스페이스