Condividi tramite


Classe ModelDrillthroughReport

Provides information about a model drill-through report.

Gerarchia di ereditarietà

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

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class ModelDrillthroughReport
'Utilizzo
Dim instance As ModelDrillthroughReport
[SerializableAttribute]
public class ModelDrillthroughReport
[SerializableAttribute]
public ref class ModelDrillthroughReport
[<SerializableAttribute>]
type ModelDrillthroughReport =  class end
public class ModelDrillthroughReport

Nel tipo ModelDrillthroughReport sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ModelDrillthroughReport Initializes a new instance of the ModelDrillthroughReport class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Path Gets or sets the full path of the drill-through report.
Proprietà pubblica 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 alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.