Właściwość ReportDataSource.DataSourceId —
Gets or sets the data source ID.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<WebBrowsableAttribute(True)> _
Public Property DataSourceId As String
[WebBrowsableAttribute(true)]
public string DataSourceId { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ DataSourceId {
String^ get ();
void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
member DataSourceId : string with get, set
function get DataSourceId () : String
function set DataSourceId (value : String)
Wartość właściwości
Typ: String
A String value.