Compartilhar via


Propriedade do RDL MapFieldName.Name

Gets the field name.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Name As ReportStringProperty 
    Get
'Uso
Dim instance As MapFieldName 
Dim value As ReportStringProperty 

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Consulte também

Referência

MapFieldName Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering