Skip to main content

IReportServerFacadeAsync.GetReportCatalogItemDto(Int32) Method

Returns a data transfer object (DTO), corresponding to the report catalog item.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

[OperationContract]
ReportCatalogItemDto GetReportCatalogItemDto(
    int reportId
)

Parameters

Name Type Description
reportId Int32

An integer value, specifying the report ID.

Returns

Type Description
ReportCatalogItemDto

A ReportCatalogItemDto value.

See Also