SimpleLink(DataTemplate, Int32, String) Constructor
In This Article
Initializes a new instance of the SimpleLink class with the specified document name.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public SimpleLink(
DataTemplate detailTemplate,
int detailCount,
string documentName
)
#Parameters
Name | Type | Description |
---|---|---|
detail |
Data |
A Data |
detail |
Int32 | An integer value, which specifies the count of detail records. This value is assigned to the Simple |
document |
String | A String value that specifies a document name. This value is assigned to the Link |
See Also