Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
Property Value
Type: System.Collections.Specialized.NameValueCollection
A System.Collections.Specialized.NameValueCollection containing the parameters used for the drillthrough report.