Freigeben über


Image.DrillthroughParameters-Eigenschaft

Returns the parameters for the drillthrough report.

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

Syntax

'Declaration
Public ReadOnly Property DrillthroughParameters As NameValueCollection 
    Get
'Usage
Dim instance As Image 
Dim value As NameValueCollection 

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

Eigenschaftswert

Typ: System.Collections.Specialized.NameValueCollection
A System.Collections.Specialized.NameValueCollection containing the parameters used for the drillthrough report.

Siehe auch

Verweis

Image Klasse

Microsoft.ReportingServices.ReportRendering-Namespace