Clase ActionDrillthrough
Represents a drillthrough action.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ActionDrillthrough
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class ActionDrillthrough
'Uso
Dim instance As ActionDrillthrough
public sealed class ActionDrillthrough
public ref class ActionDrillthrough sealed
[<SealedAttribute>]
type ActionDrillthrough = class end
public final class ActionDrillthrough
El tipo ActionDrillthrough expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Parameters | Parameters to the drillthrough report. | |
ReportName | Gets an expression that evaluates to the full folder path (for example, “/salesreports/orderdetails”), relative path (for example, “../orderdetails”) or URL (e.g. “http://reportserver/reports/sales/orderdetails”) of the drillthrough report. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CreateParameter | Creates a parameter of the specified name. | |
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
RegisterDrillthroughAction | Registers this ActionDrillthrough. | |
ToString | (Se hereda de Object.) |
Arriba
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.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering