MapFieldName.Name 属性
Gets the field name.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property Name As ReportStringProperty
Get
用法
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