Freigeben über


Action.DrillthroughParameters Property

Gets the parameters for the drillthrough report.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
Public Property DrillthroughParameters As NameValueCollection
public NameValueCollection DrillthroughParameters { get; set; }
public:
property NameValueCollection^ DrillthroughParameters {
    NameValueCollection^ get ();
    void set (NameValueCollection^ value);
}
/** @property */
public NameValueCollection get_DrillthroughParameters ()

/** @property */
public void set_DrillthroughParameters (NameValueCollection value)
public function get DrillthroughParameters () : NameValueCollection

public function set DrillthroughParameters (value : NameValueCollection)

Eigenschaftswert

A NameValueCollection representing the parameters for the drillthrough report.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Action Class
Action Members
Microsoft.ReportingServices.ReportRendering Namespace