Compartilhar via


Classe ModelDrillthroughReport

Provides information about a model drillthrough report.

Hierarquia de herança

System. . :: . .Object
  ReportService2010..::..ModelDrillthroughReport

Namespace:  ReportService2010
Assembly:  ReportService2010 (em ReportService2010.dll)

Sintaxe

'Declaração
<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

O tipo ModelDrillthroughReport expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ModelDrillthroughReport Initializes a new instance of the ModelDrillthroughReport class.

Início

Propriedades

  Nome Descrição
Propriedade pública Path Gets or sets the full path of the model drillthrough report.
Propriedade pública Type Gets or sets the model drillthrough report type - Detail or List.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.