Propriedade ReportDataSource.Name
Gets or sets the name of the report data source.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
<WebBrowsableAttribute(True)> _
Public Property Name As String
[WebBrowsableAttribute(true)]
public string Name { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)
Valor de propriedade
Tipo: String
A string containing the name of the data source.