Classe Extension
Represents an extension that is registered with the report server.
Hiérarchie d'héritage
System.Object
ReportService2006.Extension
Espace de noms : ReportService2006
Assembly : ReportService2006 (en ReportService2006.dll)
Syntaxe
'Déclaration
Public Class Extension
'Utilisation
Dim instance As Extension
public class Extension
public ref class Extension
type Extension = class end
public class Extension
Le type Extension expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
Extension | Initializes a new instance of the Extension class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
An Extension object is returned as output by the ListExtensions method.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.