Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Obtiene o establece el nombre del origen de datos del informe.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
<WebBrowsableAttribute(True)> _
Public Property Name As String
Get
Set
'Uso
Dim instance As ReportDataSource
Dim value As String
value = instance.Name
instance.Name = value
[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 la propiedad
Tipo: System.String
Un valor de tipo string que contiene el nombre del origen de datos.