ActionDrillthrough-Klasse
Represents a drillthrough action.
Vererbungshierarchie
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
Der ActionDrillthrough-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
CreateParameter | Creates a parameter of the specified name. | |
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
RegisterDrillthroughAction | Registers this ActionDrillthrough. | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace