Freigeben über


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
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft Parameters Parameters to the drillthrough report.
Öffentliche Eigenschaft 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
Öffentliche Methode CreateParameter Creates a parameter of the specified name.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode RegisterDrillthroughAction Registers this ActionDrillthrough.
Öffentliche Methode 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.