Partilhar via


Propriedade LocalReport.OriginalParametersToDrillthrough

Returns the parameters passed from a parent report to this report, if it is a drillthrough report.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property OriginalParametersToDrillthrough As IList(Of ReportParameter)
[BrowsableAttribute(false)]
public IList<ReportParameter> OriginalParametersToDrillthrough { get; }
[BrowsableAttribute(false)]
public:
property IList<ReportParameter^>^ OriginalParametersToDrillthrough {
    IList<ReportParameter^>^ get ();
}
[<BrowsableAttribute(false)>]
member OriginalParametersToDrillthrough : IList<ReportParameter> with get
function get OriginalParametersToDrillthrough () : IList<ReportParameter>

Valor de propriedade

Tipo: IList<ReportParameter>
An IList of ReportParameter objects, representing the parameters passed from the parent reports to the drillthrough report, or an empty collection if this report is not a drillthrough report.

Consulte também

Referência

LocalReport Classe

Namespace Microsoft.Reporting.WebForms