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

ILabelProductRepository.GetPaperKindData(Int32) Method

Provides information about a specified paper kind.

Namespace: DevExpress.XtraReports.Wizards.Labels

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