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

GeneratedReportIdentity(Int32) Constructor

Initializes a new instance of the GeneratedReportIdentity class with the specified ID.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public GeneratedReportIdentity(
    int id
)

Parameters

Name Type Description
id Int32

An integer value, identifying the report.

See Also