Partilhar via


Propriedade do RDL TypeName

Obtém o tipo de item.

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

Sintaxe

'Declaração
Public Property TypeName As String
    Get
    Set
'Uso
Dim instance As CatalogItem
Dim value As String

value = instance.TypeName

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

Valor da propriedade

Tipo: System. . :: . .String
Um valor string que especifica o tipo de um item.

Comentários

For a list of available item types, use the ListItemTypes method.

Consulte também

Referência