Свойство DataElementName
Gets the name to use for the data element for instances of this group.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Overridable ReadOnly Property DataElementName As String
Get
'Применение
Dim instance As Group
Dim value As String
value = instance.DataElementName
public virtual string DataElementName { get; }
public:
virtual property String^ DataElementName {
String^ get ();
}
abstract DataElementName : string
override DataElementName : string
function get DataElementName () : String
Значение свойства
Тип: System. . :: . .String
A String value containing the data element name.