ReportDataSource.Name Propiedad

Obtiene o establece el nombre del origen de datos del informe.

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

Sintaxis

'Declaración
Public Property Name As String
    Get
    Set
'Uso
Dim instance As ReportDataSource
Dim value As String

value = instance.Name

instance.Name = value
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Valor de la propiedad

Tipo: System.String
Un valor de tipo String que contiene el nombre del origen de datos.

Vea también

Referencia

ReportDataSource Clase

Espacio de nombres Microsoft.Reporting.WinForms