Condividi tramite


Proprietà MapFieldNameInstance.Name

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

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

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String 
    Get
'Utilizzo
Dim instance As MapFieldNameInstance 
Dim value As String 

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

Valore proprietà

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

Vedere anche

Riferimento

MapFieldNameInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering