Extension Class
SQL Server 2000
Represents an extension that is registered with the report server.
Public Class Extension Member of [Namespace]
public class Extension Member of [Namespace]
Public Properties
ExtensionType | The extension type (ExtensionTypeEnum enumeration). Read-only. |
Name | The name of the extension. String. Read-only. |
LocalizedName | The localized name to be used for display purposes on a user interface. String. Read-only. |
Visible | Indicates whether an extension is visible in the user interface. Boolean. |
Remarks
Extension is returned as output by the ListExtensions method.
