Skip to main content

GeneratedReportIdentity.Id Property

Specifies the report ID.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public int Id { get; set; }

Property Value

Type Description
Int32

An integer value, identifying the report.

See Also