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
<SerializableAttribute> _
Public Class Extension
'Utilizzo
Dim instance As Extension
[SerializableAttribute]
public class Extension
[SerializableAttribute]
public ref class Extension
[<SerializableAttribute>]
type Extension = class end
public class Extension
Nel tipo Extension sono esposti i membri seguenti.
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
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.