Extension Class

Definition

Represents an extension that is registered with the report server.

public ref class Extension
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class Extension
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type Extension = class
Public Class Extension
Inheritance
Extension
Attributes

Remarks

An Extension object is returned as output by the ListExtensions method.

Constructors

Extension()

Initializes a new instance of the Extension class.

Properties

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.

Applies to