CollectionViewLink.CollectionView Property
In This Article
Gets or sets an object, which should be printed by the CollectionViewLink.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
ICollection |
An object implementing the ICollection |
#Remarks
Use the CollectionView property to specify the object to be printed or exported by the CollectionViewLink instance.
The CollectionView property should be assigned before calling the LinkBase.CreateDocument method for this link. Otherwise, a InvalidOperationException exception will be raised.
#Examples
This example demonstrates how to use the CollectionViewLink class to print data from a hierarchical data source.
See Also