Bagikan melalui


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.

Constructors

  Name Description
Public method Extension() Initializes a new instance of the Extension class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property ExtensionType Gets the type of the extension.
Public property IsModelGenerationSupported Gets a value that indicates whether this extension supports model generation.
Public property LocalizedName Gets the localized name that can be used for display purposes on a user interface.
Public property Name Gets the name of the extension.
Public property Visible Gets a value that indicates whether an extension is visible in the user interface.

Top