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

SimpleLink(DataTemplate, Int32, String) Constructor

Initializes a new instance of the SimpleLink class with the specified document name.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v21.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public SimpleLink(
    DataTemplate detailTemplate,
    int detailCount,
    string documentName
)

Parameters

Name Type Description
detailTemplate DataTemplate

A DataTemplate object, which specifies the template for a detail area. This template is assigned to the SimpleLink.DetailTemplate property.

detailCount Int32

An integer value, which specifies the count of detail records. This value is assigned to the SimpleLink.DetailCount property.

documentName String

A String value that specifies a document name. This value is assigned to the LinkBase.DocumentName property.

See Also