Partilhar via


Propriedade ReportDataSourceInfo.Name

Gets the name of the report data source.

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

Sintaxe

'Declaração
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string with get
function get Name () : String

Valor de propriedade

Tipo: String
A String containing the name of the report data source.

Consulte também

Referência

ReportDataSourceInfo Classe

Namespace Microsoft.Reporting.WinForms