Classe ModelDrillthroughReport
Provides information about a model drillthrough report.
Hierarquia de herança
System. . :: . .Object
ReportService2006..::..ModelDrillthroughReport
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.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 | |
---|---|---|
ModelDrillthroughReport | Initializes a new instance of the ModelDrillthroughReport class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Path | Gets or sets the full path of the model drillthrough report. | |
Type | Gets or sets the model drillthrough report type - Detail or List. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.