Compartir a través de


DataValueInstance.Name Propiedad

Gets the calculated value of the Name property in a DataValue class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Name As String 
    Get
'Uso
Dim instance As DataValueInstance 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
A string value that represents the calculated value of the Name property.

Vea también

Referencia

DataValueInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering