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

XDocumentLabelProductRepository.GetPaperKindData(Int32) Method

Provides information about a specified paper kind.

Namespace: DevExpress.Data.XtraReports.Labels

Assembly: DevExpress.Data.v18.2.dll

Declaration

public PaperKindData GetPaperKindData(
    int id
)

Parameters

Name Type Description
id Int32

An integer value, identifying the paper kind.

Returns

Type Description
PaperKindData

A PaperKindData value.

See Also