ReportServerClient.GetReportRevisions(Int32, Object, Action<ScalarOperationCompletedEventArgs<IEnumerable<LayoutRevisionDto>>>) Method
Gets a collection of revisions for the specified report.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public void GetReportRevisions(
int reportId,
object asyncState,
Action<ScalarOperationCompletedEventArgs<IEnumerable<LayoutRevisionDto>>> onCompleted
)
Parameters
Name | Type | Description |
---|---|---|
reportId | Int32 | A System.Int32 value specifying a report. |
asyncState | Object | A Object value, containing information about the asynchronous operation. |
onCompleted | Action<ScalarOperationCompletedEventArgs<IEnumerable<LayoutRevisionDto>>> | A System.Action delegate to be called when the operation is complete. |
See Also