Compartir a través de


Clase ModelDrillthroughReport

Provides information about a model drillthrough report.

Jerarquía de herencia

System.Object
  ReportService2010.ModelDrillthroughReport

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.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 model drillthrough report.
Propiedad pública Type Gets or sets the model drillthrough report type - Detail or List.

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 drillthrough in a model.

Users who do not have permission to view and execute the supplied drillthrough report will be directed to the default dynamically generated clickthrough 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.

Vea también

Referencia

Espacio de nombres ReportService2010

SetModelDrillthroughReports