Condividi tramite


Proprietà DataValueInstance.Name

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property Name As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

DataValueInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering