LocalReport.OriginalParametersToDrillthrough Property

 

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

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

[BrowsableAttribute(false)]
public IList<ReportParameter> OriginalParametersToDrillthrough { get; }
public:
[BrowsableAttribute(false)]
property IList<ReportParameter^>^ OriginalParametersToDrillthrough {
    IList<ReportParameter^>^ get();
}
[<BrowsableAttribute(false)>]
member OriginalParametersToDrillthrough : IList<ReportParameter> with get
<BrowsableAttribute(False)>
Public ReadOnly Property OriginalParametersToDrillthrough As IList(Of ReportParameter)

Property Value

Type: System.Collections.Generic.IList<ReportParameter>

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

See Also

LocalReport Class
Microsoft.Reporting.WinForms Namespace

Return to top