Extension Class

Definition

Represents an extension that is registered with the report server.

public ref class Extension
public class Extension
type Extension = class
Public Class Extension
Inheritance
Extension

Remarks

Extension is returned as output by the ListExtensions method.

Constructors

Extension()

Initializes a new instance of the Extension class.

Properties

ExtensionType

The extension type (ExtensionTypeEnum enumerator). Read-only.

IsModelGenerationSupported

Indicates whether this extension supports model generation.

LocalizedName

The localized name to be used for display purposes on a user interface. Read-only.

Name

The name of the extension. Read-only.

Visible

Indicates whether an extension is visible in the user interface.

Applies to