Partager via


Propriété Name

Gets the field name.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Name As ReportStringProperty
    Get
'Utilisation
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