FavoritePropertyExtension.SaveProperties(DescriptionSet) Method
Saves the specified favorite list to the storage.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
descriptions | DescriptionSet | An object that specifies the favorite list. |
Remarks
By default, the End-User Report Designer’s favorite list includes element properties marked with the Favorite attribute. You can specify your own default set of favorite properties to display in the Properties panel using the SaveProperties method.
Create a DescriptionSet class instance and use its DescriptionSet.SetProperties method that accepts the report element name and an array of property names. Then, assign this instance to the storage extension class using the FavoritePropertyExtension.SaveProperties
method.
See the following topics for more information:
- WinForms: Use Favorite Properties in the End-User Report Designer
- WPF: Use Favorite Properties in the Report Designer