Propriété LocalReport.OriginalParametersToDrillthrough
Retourne les paramètres transmis d'un rapport parent à ce rapport, s'il s'agit d'un rapport d'extraction.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property OriginalParametersToDrillthrough As IList(Of ReportParameter)
Get
'Utilisation
Dim instance As LocalReport
Dim value As IList(Of ReportParameter)
value = instance.OriginalParametersToDrillthrough
[BrowsableAttribute(false)]
public IList<ReportParameter> OriginalParametersToDrillthrough { get; }
[BrowsableAttribute(false)]
public:
property IList<ReportParameter^>^ OriginalParametersToDrillthrough {
IList<ReportParameter^>^ get ();
}
[<BrowsableAttribute(false)>]
member OriginalParametersToDrillthrough : IList<ReportParameter>
function get OriginalParametersToDrillthrough () : IList<ReportParameter>
Valeur de propriété
Type : System.Collections.Generic.IList<ReportParameter>
IList<T> d'objets ReportParameter représentant les paramètres transmis des rapports parents au rapport d'extraction, ou collection vide si ce rapport n'est pas un rapport d'extraction.