TdxPrintStyleManager.CurrentStyle Property
Specifies the current print style.
Declaration
property CurrentStyle: TBasedxPrintStyle read; write;
Property Value
Type |
---|
TBasedxPrintStyle |
Remarks
Style Manager can contain many print styles but only one of them can be active at a given time. Use the CurrentStyle property to specify which of the available print styles is called by default when printing or previewing a report.
See Also