DescriptionSet.TryGetProperties(String, out String[]) Method
Tries to return favorite properties for the specified report element.
Namespace: DevExpress.XtraReports.FavoriteProperties
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| component | String | A String that specified the name of the report element whose favorite properties should be returned. |
| properties | String[] | An array of String objects that specify favorite property names. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if favorite properties has been successfully restored; otherwise, false. |
Remarks
See the following topics for more information about using and customizing favorite properties:
- WinForms: Use Favorite Properties in the End-User Report Designer
- WPF: Use Favorite Properties in the Report Designer
See Also