ExtensionSettings Class

Definition

Represents a delivery extension and its configurable settings.

public ref class ExtensionSettings
[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 ExtensionSettings
[<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 ExtensionSettings = class
Public Class ExtensionSettings
Inheritance
ExtensionSettings
Attributes

Remarks

An ExtensionSettings object is returned as output by the GetSubscriptionProperties method and passed as input to the CreateSubscription and SetSubscriptionProperties methods.

Constructors

ExtensionSettings()

Initializes a new instance of the ExtensionSettings class.

Properties

Extension

Gets or sets the name of the delivery extension.

ParameterValues

Gets or sets the settings for a delivery extension.

Applies to