Classe ModelDrillthroughReport
Provides information about a model drillthrough report.
Hiérarchie d'héritage
System.Object
ReportService2010.ModelDrillthroughReport
Espace de noms : ReportService2010
Assembly : ReportService2010 (en ReportService2010.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class ModelDrillthroughReport
'Utilisation
Dim instance As ModelDrillthroughReport
[SerializableAttribute]
public class ModelDrillthroughReport
[SerializableAttribute]
public ref class ModelDrillthroughReport
[<SerializableAttribute>]
type ModelDrillthroughReport = class end
public class ModelDrillthroughReport
Le type ModelDrillthroughReport expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ModelDrillthroughReport | Initializes a new instance of the ModelDrillthroughReport class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Path | Gets or sets the full path of the model drillthrough report. | |
Type | Gets or sets the model drillthrough report type - Detail or List. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
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.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.