Top Margin
Hi to everyone,
I try to customize top margin for some printers. I find this codes;
ReportStd.Pages[0].Top := 2;
TfrxDMPPage(ReportStd.FindObject('Sayfa1')).TopMargin := 4;
but i can't use them. Could anyone tell where and how i can use this codes or how can i customize the top margin.
thank,
I try to customize top margin for some printers. I find this codes;
ReportStd.Pages[0].Top := 2;
TfrxDMPPage(ReportStd.FindObject('Sayfa1')).TopMargin := 4;
but i can't use them. Could anyone tell where and how i can use this codes or how can i customize the top margin.
thank,
Comments