Поделиться через


Свойство ReportItem.DataElementName

Gets the name to use for the data element/attribute for this report item.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property DataElementName As String 
    Get
'Применение
Dim instance As ReportItem 
Dim value As String 

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

Значение свойства

Тип: System.String
A string value that represents the name to use for the data element/attribute for this report item.

См. также

Справочник

ReportItem Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering