Свойство TablixCell.DataElementName
Gets the name to use for the cell element.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property DataElementName As String
Get
'Применение
Dim instance As TablixCell
Dim value As String
value = instance.DataElementName
public abstract string DataElementName { get; }
public:
virtual property String^ DataElementName {
String^ get () abstract;
}
abstract DataElementName : string
abstract function get DataElementName () : String
Значение свойства
Тип: System.String
A string value that represents the name to use for the cell element.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering