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


Свойство ReportItem.Name

Gets the descriptive name of the report item.

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

Синтаксис

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

value = instance.Name
public virtual string Name { get; }
public:
virtual property String^ Name {
    String^ get ();
}
abstract Name : string 
override Name : string
function get Name () : String

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

Тип: System.String
A string value that represents the descriptive name of the report item.

См. также

Справочник

ReportItem Класс

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