Partilhar via


Propriedade ReportDataSource.DataSourceId

Gets or sets the data source ID.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
<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)

Valor de propriedade

Tipo: String
A String value.

Consulte também

Referência

ReportDataSource Classe

Namespace Microsoft.Reporting.WebForms