Classe ModelDrillthroughReport
Provides information about a model drillthrough report.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2010..::..ModelDrillthroughReport
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.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 | |
---|---|---|
ModelDrillthroughReport | Initializes a new instance of the ModelDrillthroughReport class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 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 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.
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.