RemoteDocument.RequestDocumentAsync(InstanceIdentity, IParameterContainer) Method
Asynchronously obtains the specified report created by a remote document source.
Namespace: DevExpress.ReportServer.Printing
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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