Свойство DataElementName
Gets the name of a top level element that represents the report data.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property DataElementName As String
Get
'Применение
Dim instance As Report
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 containing the name of a top level element that represents the report data.
См. также