Skip to main content
All docs
V19.2

ILabelProductRepository.GetPaperKindData(Int32) Method

Provides information about a specified paper kind.

Namespace: DevExpress.Data.XtraReports.Labels

Assembly: DevExpress.Data.v19.2.dll

Declaration

PaperKindData GetPaperKindData(
    int paperKindId
)

Parameters

Name Type Description
paperKindId Int32

An integer value, identifying the paper kind.

Returns

Type Description
PaperKindData

A PaperKindData value.

See Also