다음을 통해 공유


ReportDataSource.Name 속성

보고서 데이터 소스의 이름을 가져오거나 설정합니다.

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

구문

‘선언
<WebBrowsableAttribute(True)> _
Public Property Name As String
    Get
    Set
‘사용 방법
Dim instance As ReportDataSource
Dim value As String

value = instance.Name

instance.Name = value
[WebBrowsableAttribute(true)]
public string Name { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)

속성 값

유형: System.String
데이터 소스의 이름을 포함하는 string

참고 항목

참조

ReportDataSource 클래스

Microsoft.Reporting.WebForms 네임스페이스