Udostępnij za pośrednictwem


Właściwość LocalReport.OriginalParametersToDrillthrough —

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

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
<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>

Wartość właściwości

Typ: 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.

Zobacz też

Informacje

LocalReport Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms