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

Property Value

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

See Also

Reference

MapFieldName Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace