Compartilhar via


Propriedade do RDL Extension

Gets or sets the name of the delivery extension.

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
Public Property Extension As String
    Get
    Set
'Uso
Dim instance As ExtensionSettings
Dim value As String

value = instance.Extension

instance.Extension = value
public string Extension { get; set; }
public:
property String^ Extension {
    String^ get ();
    void set (String^ value);
}
member Extension : string with get, set
function get Extension () : String
function set Extension (value : String)

Valor da propriedade

Tipo: System. . :: . .String
The name of the delivery extension.