다음을 통해 공유


ReportViewer.ID 속성

컨트롤의 ID를 지정합니다.

네임스페이스:  Microsoft.Reporting.WebForms
어셈블리:  Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)

구문

‘선언
Public Overrides Property ID As String
    Get
    Set
‘사용 방법
Dim instance As ReportViewer
Dim value As String

value = instance.ID

instance.ID = value
public override string ID { get; set; }
public:
virtual property String^ ID {
    String^ get () override;
    void set (String^ value) override;
}
abstract ID : string with get, set
override ID : string with get, set
override function get ID () : String
override function set ID (value : String)

속성 값

유형: System.String
컨트롤의 ID를 나타내는 string 값

주의

자세한 내용은 Control.ID를 참조하십시오.

참고 항목

참조

ReportViewer 클래스

Microsoft.Reporting.WebForms 네임스페이스