Classe Extension
Represents an extension that is registered with the report server.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2010..::..Extension
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.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 | |
---|---|---|
ExtensionTypeName | 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(ExtensionTypeEnum) 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.