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.v25.2.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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