Share via


Classe Extension

Represents an extension that is registered with the report server.

Hiérarchie d'héritage

System. . :: . .Object
  ReportService2005..::..Extension

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class Extension
'Utilisation
Dim instance As Extension
[SerializableAttribute]
public class Extension
[SerializableAttribute]
public ref class Extension
[<SerializableAttribute>]
type Extension =  class end
public class Extension

Le type Extension expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Extension Initializes a new instance of the Extension class.

Haut de la page

Propriétés

  Nom Description
Propriété publique ExtensionType The ExtensionTypeEnum enumeration. Read-only.
Propriété publique IsModelGenerationSupported Indicates whether this extension supports model generation.
Propriété publique LocalizedName The localized name to be used for display purposes on a user interface.
Propriété publique Name The name of the extension.
Propriété publique Visible Indicates whether an extension is visible in the user interface.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

Extension 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.

Voir aussi

Référence