TdxPrintStyleManager.AssignStyles(TdxPrintStyleManager) Method
In This Article
Copies print styles.
#Declaration
Delphi
procedure AssignStyles(Source: TdxPrintStyleManager);
#Parameters
Name | Type |
---|---|
Source | Tdx |
#Remarks
The AssignStyles method deletes all print styles and then copies all report links contained in the TdxPrintStyleManager object specified by the Source parameter.
See Also