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.