Share via


Classe Extension

Represents an extension that is registered with the report server.

Hiérarchie d'héritage

System. . :: . .Object
  ReportService2010..::..Extension

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.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 ExtensionTypeName Gets the type of the extension.
Propriété publique IsModelGenerationSupported Gets a value that indicates whether this extension supports model generation.
Propriété publique LocalizedName Gets the localized name that can be used for display purposes on a user interface.
Propriété publique Name Gets the name of the extension.
Propriété publique Visible Gets a value that 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

An Extension object is returned as output by the ListExtensions(ExtensionTypeEnum) 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