Extension-Klasse
Represents an extension that is registered with the report server.
Vererbungshierarchie
System.Object
ReportService2005.Extension
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Class Extension
'Usage
Dim instance As Extension
public class Extension
public ref class Extension
type Extension = class end
public class Extension
Der Extension-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
Extension | Initializes a new instance of the Extension class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
Extension is returned as output by the ListExtensions method.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.