ModelPerspective Clase
Provides information about a perspective of a model.
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class ModelPerspective
'Uso
Dim instance As ModelPerspective
[SerializableAttribute]
public class ModelPerspective
[SerializableAttribute]
public ref class ModelPerspective
[<SerializableAttribute>]
type ModelPerspective = class end
public class ModelPerspective
Notas
A model perspective identifies a subset of a model items that are contained in the model. Use the model perspective name with the GetUserModel API to obtain only the model items in the perspective.
Jerarquía de herencia
System. . :: . .Object
ReportService2006..::..ModelPerspective
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también