共用方式為


DataMember.DataElementName 屬性

Returns the name to use for the data element or attribute for this report item.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overrides ReadOnly Property DataElementName As String 
    Get
'用途
Dim instance As DataMember 
Dim value As String 

value = instance.DataElementName
public override string DataElementName { get; }
public:
virtual property String^ DataElementName {
    String^ get () override;
}
abstract DataElementName : string 
override DataElementName : string
override function get DataElementName () : String

屬性值

型別:System.String
A string containing the name to use for the data element or attribute for this report item.

請參閱

參考

DataMember 類別

Microsoft.ReportingServices.ReportRendering 命名空間