Udostępnij za pośrednictwem


Właściwość ModelItem.ModelItemTypeName

Pobiera typ element modelu.

Przestrzeń nazw:  ReportService2010
Zestaw:  ReportService2010 (w ReportService2010.dll)

Składnia

'Deklaracja
Public Property ModelItemTypeName As String
    Get
    Set
'Użycie
Dim instance As ModelItem
Dim value As String

value = instance.ModelItemTypeName

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

Wartość właściwości

Typ: System.String
A ciąg wartość wskazująca typ element modelu.

Uwagi

Lista obsługiwanych modelu element za pomocą typów, ListModelItemTypes metoda.