Класс Extension
Represents an extension that is registered with the report server.
Иерархия наследования
System.Object
ReportService2006.Extension
Пространство имен: ReportService2006
Сборка: ReportService2006 (в ReportService2006.dll)
Синтаксис
'Декларация
Public Class Extension
'Применение
Dim instance As Extension
public class Extension
public ref class Extension
type Extension = class end
public class Extension
Тип Extension обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
Extension | Initializes a new instance of the Extension class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
ExtensionType | Gets the type of the extension. | |
IsModelGenerationSupported | Gets a value that indicates whether this extension supports model generation. | |
LocalizedName | Gets the localized name that can be used for display purposes on a user interface. | |
Name | Gets the name of the extension. | |
Visible | Gets a value that indicates whether an extension is visible in the user interface. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
An Extension object is returned as output by the ListExtensions method.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.