ModelItem Class

Provides the semantic definition of the model item.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ModelItem
'Usage
Dim instance As ModelItem
[SerializableAttribute]
public class ModelItem
[SerializableAttribute]
public ref class ModelItem
[<SerializableAttribute>]
type ModelItem =  class end
public class ModelItem

Remarks

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

Inheritance Hierarchy

System.Object
  ReportService2006.ModelItem

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.