ModelPerspective Class

Definition

Provides information about a perspective of a model.

public ref class ModelPerspective
[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 ModelPerspective
[<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 ModelPerspective = class
Public Class ModelPerspective
Inheritance
ModelPerspective
Attributes

Remarks

A model perspective identifies a subset of a model items that are contained in the model. Use the model perspective name with the GetUserModel method to obtain only the model items in the perspective.

Constructors

ModelPerspective()

Initializes a new instance of the ModelPerspective class.

Properties

Description

Gets a description of the perspective. Read-only.

ID

Gets the ID of the perspective. Read-only.

Name

Gets or sets the name of the perspective. Read-only.

Applies to