Delen via


ReportDataSource.DataSourceId Property

Gets or sets the data source ID.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<NotifyParentPropertyAttribute(True)> _
<CategoryAttribute("Misc")> _
Public Property DataSourceId As String
'Usage
Dim instance As ReportDataSource
Dim value As String

value = instance.DataSourceId

instance.DataSourceId = value
[WebBrowsableAttribute(true)] 
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute("Misc")] 
public string DataSourceId { get; set; }
[WebBrowsableAttribute(true)] 
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute(L"Misc")] 
public:
property String^ DataSourceId {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DataSourceId ()

/** @property */
public void set_DataSourceId (String value)
public function get DataSourceId () : String

public function set DataSourceId (value : String)

Property Value

A String value.

See Also

Reference

ReportDataSource Class
ReportDataSource Members
Microsoft.Reporting.WebForms Namespace