Classe Extension
Represents an extension that is registered with the report server.
Gerarchia di ereditarietà
System.Object
ReportService2005.Extension
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Class Extension
'Utilizzo
Dim instance As Extension
public class Extension
public ref class Extension
type Extension = class end
public class Extension
Nel tipo Extension sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
Extension | Initializes a new instance of the Extension class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
ExtensionType | The ExtensionTypeEnum enumeration. Read-only. | |
IsModelGenerationSupported | Indicates whether this extension supports model generation. | |
LocalizedName | The localized name to be used for display purposes on a user interface. | |
Name | The name of the extension. | |
Visible | Indicates whether an extension is visible in the user interface. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
Extension is returned as output by the ListExtensions method.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.