Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.