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

RemoteDocument.RequestDocumentAsync(InstanceIdentity, IParameterContainer) Method

Asynchronously obtains the specified report created by a remote document source.

Namespace: DevExpress.ReportServer.Printing

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public void RequestDocumentAsync(
    InstanceIdentity reportId,
    IParameterContainer defaultValueParameters
)

Parameters

Name Type Description
reportId InstanceIdentity

An InstanceIdentity object, identifying the report.

defaultValueParameters IParameterContainer

An object implementing the IParameterContainer interface, specifying the report parameters.

See Also