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

ReportServerClient.GetReportCatalogItemDto(Int32) Method

Gets properties of the specified report to be displayed in a report catalog.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

Declaration

public ReportCatalogItemDto GetReportCatalogItemDto(
    int reportId
)

Parameters

Name Type Description
reportId Int32

A System.Int32 value specifying a report.

Returns

Type Description
ReportCatalogItemDto

A data transfer object containing the values of the report properties to be displayed in a report catalog.

See Also