Compartilhar via


Propriedade do RDL Extension.ExtensionType

Gets the type of the extension.

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

Sintaxe

'Declaração
Public Property ExtensionType As ExtensionTypeEnum 
    Get 
    Set
'Uso
Dim instance As Extension 
Dim value As ExtensionTypeEnum 

value = instance.ExtensionType

instance.ExtensionType = value
public ExtensionTypeEnum ExtensionType { get; set; }
public:
property ExtensionTypeEnum ExtensionType {
    ExtensionTypeEnum get ();
    void set (ExtensionTypeEnum value);
}
member ExtensionType : ExtensionTypeEnum with get, set
function get ExtensionType () : ExtensionTypeEnum 
function set ExtensionType (value : ExtensionTypeEnum)

Valor da propriedade

Tipo: ReportService2006.ExtensionTypeEnum
An ExtensionTypeEnum value. Read-only.

Comentários

The ExtensionType property does not return the ExtensionTypeEnum value All.

Consulte também

Referência

Extension Classe

Namespace ReportService2006