Compartir a través de


MapFieldNameInstance.Name Propiedad

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

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

Sintaxis

'Declaración
Public ReadOnly Property Name As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MapFieldNameInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering