MapFieldName.Name Property

Gets the field name.

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

Syntax

'Declaration
Public ReadOnly Property Name As ReportStringProperty
    Get
'Usage
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