DrillthroughParameters propriété
Returns the parameters for the drillthrough report.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DrillthroughParameters As NameValueCollection
Get
'Utilisation
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
Valeur de la propriété
Type : System.Collections.Specialized. . :: . .NameValueCollection
A System.Collections.Specialized..::..NameValueCollection containing the parameters used for the drillthrough report.
Voir aussi