Back to Devexpress

NavigateToReportAction.ReportSource Property

xtrareports-devexpress-dot-xtrareports-dot-interactivity-dot-navigatetoreportaction.md

latest1.2 KB
Original Source

NavigateToReportAction.ReportSource Property

Gets or sets a detail XtraReport class instance for navigation purposes.

Namespace : DevExpress.XtraReports.Interactivity

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public XtraReport ReportSource { get; set; }
vb
Public Property ReportSource As XtraReport

Property Value

TypeDescription
XtraReport

The detail report instance.

|

See Also

NavigateToReportAction Class

NavigateToReportAction Members

DevExpress.XtraReports.Interactivity Namespace