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
Public Class ModelDrillthroughReport
'Utilizzo
Dim instance As ModelDrillthroughReport
public class ModelDrillthroughReport
public ref class ModelDrillthroughReport
type ModelDrillthroughReport = class end
public class ModelDrillthroughReport
Nel tipo ModelDrillthroughReport sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ModelDrillthroughReport | Initializes a new instance of the ModelDrillthroughReport class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.