Compartilhar via


Classe Extension

Represents an extension that is registered with the report server.

Hierarquia de herança

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

Namespace:  ReportService2010
Assembly:  ReportService2010 (em ReportService2010.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class Extension
'Uso
Dim instance As Extension
[SerializableAttribute]
public class Extension
[SerializableAttribute]
public ref class Extension
[<SerializableAttribute>]
type Extension =  class end
public class Extension

O tipo Extension expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Extension Initializes a new instance of the Extension class.

Início

Propriedades

  Nome Descrição
Propriedade pública ExtensionTypeName Gets the type of the extension.
Propriedade pública IsModelGenerationSupported Gets a value that indicates whether this extension supports model generation.
Propriedade pública LocalizedName Gets the localized name that can be used for display purposes on a user interface.
Propriedade pública Name Gets the name of the extension.
Propriedade pública Visible Gets a value that indicates whether an extension is visible in the user interface.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

An Extension object is returned as output by the ListExtensions(ExtensionTypeEnum) method.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência