Share via


ReportParameterInstance.Label 속성

정의

매개 변수의 레이블을 가져옵니다.

public:
 property System::String ^ Label { System::String ^ get(); };
public string Label { get; }
member this.Label : string
Public ReadOnly Property Label As String

속성 값

매개 변수의 레이블을 나타내는 string 값입니다.

설명

ReportParameter 다중값 매개 변수인 경우 이 속성은 첫 번째 레이블을 반환합니다.

적용 대상