Compartir a través de


Clase ModelDrillthroughReport

Provides information about a model drill-through report.

Jerarquía de herencia

System. . :: . .Object
  ReportService2005..::..ModelDrillthroughReport

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class ModelDrillthroughReport
'Uso
Dim instance As ModelDrillthroughReport
[SerializableAttribute]
public class ModelDrillthroughReport
[SerializableAttribute]
public ref class ModelDrillthroughReport
[<SerializableAttribute>]
type ModelDrillthroughReport =  class end
public class ModelDrillthroughReport

El tipo ModelDrillthroughReport expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ModelDrillthroughReport Initializes a new instance of the ModelDrillthroughReport class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Path Gets or sets the full path of the drill-through report.
Propiedad pública Type Gets or sets the type of the model drill-through report (detail or list) to which the user is directed when following a click-through.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

Provides a report to use when a user follows a click-through in a model.

Users who do not have permission to view and execute the supplied click-through report will be directed to the default dynamically generated click-through report.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.