ReportConnection.DataSourceName 속성

정의

보고서 연결의 데이터 원본 이름을 가져오거나 설정합니다.

public:
 property System::String ^ DataSourceName { System::String ^ get(); void set(System::String ^ value); };
[System.Xml.Serialization.XmlAttribute]
public string DataSourceName { get; set; }
[<System.Xml.Serialization.XmlAttribute>]
member this.DataSourceName : string with get, set
Public Property DataSourceName As String

속성 값

보고서의 데이터 원본 이름을 나타내는 문자열입니다.

특성

적용 대상