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
Public Class ModelDrillthroughReport
'Uso
Dim instance As ModelDrillthroughReport
public class ModelDrillthroughReport
public ref class ModelDrillthroughReport
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 drill-through report. | |
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 | |
---|---|---|
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 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.