ActionDrillthrough Class
Represents a drillthrough action.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ActionDrillthrough
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ActionDrillthrough
'Usage
Dim instance As ActionDrillthrough
public sealed class ActionDrillthrough
public ref class ActionDrillthrough sealed
[<SealedAttribute>]
type ActionDrillthrough = class end
public final class ActionDrillthrough
The ActionDrillthrough type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
CreateParameter | Creates a parameter of the specified name. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
RegisterDrillthroughAction | Registers this ActionDrillthrough. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace