Condividi tramite


Proprietà DrillthroughParameters

Gets the parameters for the drillthrough report.

Spazio dei nomi:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Property DrillthroughParameters As NameValueCollection
    Get
    Set
'Utilizzo
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)

Valore proprietà

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