Класс Extension
Represents an extension that is registered with the report server.
Иерархия наследования
System. . :: . .Object
ReportService2005..::..Extension
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class Extension
'Применение
Dim instance As Extension
[SerializableAttribute]
public class Extension
[SerializableAttribute]
public ref class Extension
[<SerializableAttribute>]
type Extension = class end
public class Extension
Тип Extension обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
ExtensionType | The ExtensionTypeEnum enumeration. Read-only. | |
IsModelGenerationSupported | Indicates whether this extension supports model generation. | |
LocalizedName | The localized name to be used for display purposes on a user interface. | |
Name | The name of the extension. | |
Visible | Indicates whether an extension is visible in the user interface. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.