Compartir a través de


IDataScope.Name Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the name of the data.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
ReadOnly Property Name As String 
    Get
'Uso
Dim instance As IDataScope 
Dim value As String 

value = instance.Name
string Name { get; }
property String^ Name {
    String^ get ();
}
abstract Name : string
function get Name () : String

Valor de la propiedad

Tipo: System.String
The name of the data.

Vea también

Referencia

IDataScope Interfaz

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel