ModelItem Class

Definition

Provides the semantic definition of the model item.

public ref class ModelItem
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class ModelItem
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ModelItem = class
Public Class ModelItem
Inheritance
ModelItem
Attributes

Remarks

This class is used when listing model items with the ModelCatalogItem class.

Constructors

ModelItem()

Initializes a new instance of the ModelItem class.

Properties

Description

Gets the description of the model item.

ID

Gets the ID of the item in the model.

ModelItems

Gets the child model items for this model item.

ModelItemTypeName

Gets the type of the model item.

Name

Gets the name of the item in the model.

Applies to