Extension.Name Property

Definition

Gets the name of the extension as defined in the configuration file. For example, a delivery extension can return a value of Report Server E-mail.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The name of the extension as defined in the report server configuration file.

Applies to