Свойство Extension.Name

Gets the name of the extension as defined in the configuration file. For example, a delivery extension can return a value of Report Server E-mail.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)

Синтаксис

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

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

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

Тип: System.String
The name of the extension as defined in the report server configuration file.

См. также

Справочник

Extension Класс

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