Extension Members
Include Protected Members
Include Inherited Members
Represents an extension that is registered with the report server.
The Extension type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top