ModelPerspective Class
Provides information about a perspective of a model.
Assembly: ReportService2005 (in ReportService2005.dll)
| Name | Description | |
|---|---|---|
![]() | ModelPerspective() | Initializes a new instance of the ModelPerspective class. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets a description of the perspective. Read-only. |
![]() | ID | Gets the ID of the perspective. Read-only. |
![]() | Name | Gets the name of the perspective. Read-only. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
A model perspective identifies a subset of a model items contained in the model. Use the model perspective name with the GetUserModel API to obtain only the model items in the perspective.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
ReportService2005 Namespace
Working with Perspectives in Model Designer
Working with Model Designer


