Skip to main content
A newer version of this page is available.
All docs
V18.2

ILabelProductRepository.GetPaperKindData(Int32) Method

Provides information about a specified paper kind.

Namespace: DevExpress.Data.XtraReports.Labels

Assembly: DevExpress.Data.v18.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