Classe ModelDrillthroughReport
Provides information about a model drill-through report.
Hiérarchie d'héritage
System. . :: . .Object
ReportService2005..::..ModelDrillthroughReport
Espace de noms : ReportService2005
Assembly : ReportService2005 (en ReportService2005.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 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. |
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 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.
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.