Compartilhar via


Propriedade do RDL Extension.ExtensionTypeName

Gets the type of the extension.

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

Sintaxe

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

value = instance.ExtensionTypeName

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

Valor da propriedade

Tipo: System.String
A String value that represents the type of the extension.

Comentários

For a list of supported extension types, use the ListExtensionTypes method.

Consulte também

Referência

Extension Classe

Namespace ReportService2010