Clase Extension
Represents an extension that is registered with the report server.
Jerarquía de herencia
System.Object
ReportExecution2005.Extension
Espacio de nombres: ReportExecution2005
Ensamblado: ReportExecution2005 (en ReportExecution2005.dll)
Sintaxis
'Declaración
Public Class Extension
'Uso
Dim instance As Extension
public class Extension
public ref class Extension
type Extension = class end
public class Extension
El tipo Extension expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
Extension | Initializes a new instance of the Extension class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
ExtensionType | The extension type (ExtensionTypeEnum enumerator). Read-only. | |
IsModelGenerationSupported | Indicates whether this extension supports model generation. | |
LocalizedName | The localized name to be used for display purposes on a user interface. Read-only. | |
Name | The name of the extension. Read-only. | |
Visible | Indicates whether an extension is visible in the user interface. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
Extension is returned as output by the ListExtensions method.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.