ReportDataSource.DataSourceId Propiedad

Obtiene o establece el identificador de origen de datos.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
<WebBrowsableAttribute(True)> _
Public Property DataSourceId As String
    Get
    Set
'Uso
Dim instance As ReportDataSource
Dim value As String

value = instance.DataSourceId

instance.DataSourceId = value
[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 la propiedad

Tipo: System.String
Valor de tipo String.

Vea también

Referencia

ReportDataSource Clase

Espacio de nombres Microsoft.Reporting.WebForms