Partilhar via


Classe ModelDrillthroughReport

Provides information about a model drill-through report.

Hierarquia de herança

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

Namespace:  ReportService2005
Assembly:  ReportService2005 (em ReportService2005.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 drill-through report.
Propriedade 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.

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 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.

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.