Classe Extension
Represents an extension that is registered with the report server.
Gerarchia di ereditarietà
System.Object
ReportService2006.Extension
Spazio dei nomi ReportService2006
Assembly: ReportService2006 (in ReportService2006.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 | Gets the type of the extension. | |
IsModelGenerationSupported | Gets a value that indicates whether this extension supports model generation. | |
LocalizedName | Gets the localized name that can be used for display purposes on a user interface. | |
Name | Gets the name of the extension. | |
Visible | Gets a value that 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
An Extension object 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.