Skip to main content
A newer version of this page is available. .

ReportStorageExtension.AfterGetData(String, XtraReport) Method

When overridden, performs custom actions after the GetData(String) method is performed.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public virtual void AfterGetData(
    string url,
    XtraReport report
)

Parameters

Name Type Description
url String

A String that specifies the URL used to store a report.

report XtraReport

An XtraReport object that is associated with the passed report url.

See Also