Clase ModelDrillthroughReport
Provides information about a model drillthrough report.
Jerarquía de herencia
System.Object
ReportService2010.ModelDrillthroughReport
Espacio de nombres: ReportService2010
Ensamblado: ReportService2010 (en ReportService2010.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class ModelDrillthroughReport
'Uso
Dim instance As ModelDrillthroughReport
[SerializableAttribute]
public class ModelDrillthroughReport
[SerializableAttribute]
public ref class ModelDrillthroughReport
[<SerializableAttribute>]
type ModelDrillthroughReport = class end
public class ModelDrillthroughReport
El tipo ModelDrillthroughReport expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ModelDrillthroughReport | Initializes a new instance of the ModelDrillthroughReport class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Path | Gets or sets the full path of the model drillthrough report. | |
Type | Gets or sets the model drillthrough report type - Detail or List. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
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.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.