Partager via


Propriété DrillthroughParameters

Gets the parameters for the drillthrough report.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Property DrillthroughParameters As NameValueCollection
    Get
    Set
'Utilisation
Dim instance As Action
Dim value As NameValueCollection

value = instance.DrillthroughParameters

instance.DrillthroughParameters = value
public NameValueCollection DrillthroughParameters { get; set; }
public:
property NameValueCollection^ DrillthroughParameters {
    NameValueCollection^ get ();
    void set (NameValueCollection^ value);
}
member DrillthroughParameters : NameValueCollection with get, set
function get DrillthroughParameters () : NameValueCollection
function set DrillthroughParameters (value : NameValueCollection)

Valeur de propriété

Type : System.Collections.Specialized. . :: . .NameValueCollection
A NameValueCollection representing the parameters for the drillthrough report.