I looked Main>Basic Reports>Multi-Column Bands demo.
But this demo is simple.
Standart Column and standart column gap.
Pls send simple report sample for me.
How can i do this report.
Thanks.
Pls help!!!
I looked Main>Basic Reports>Multi-Column Bands demo.
But this demo is simple.
Standart Column and standart column gap.
Pls send simple report sample for me.
How can i do this report.
Thanks.
procedure Band4OnBeforePrint(Sender: TfrxComponent);
begin
    case (<Line> mod 3) of
      1: Engine.CurX := 0;
      2: Engine.CurX := -10;
      0: Engine.CurX := 50;
    end;               Â
end;
Comments
Masterdata columns properties=6.
But I am not customizing column gap.
Column gap is standart.
But this demo is simple.
Standart Column and standart column gap.
Pls send simple report sample for me.
How can i do this report.
Thanks.
I looked Main>Basic Reports>Multi-Column Bands demo.
But this demo is simple.
Standart Column and standart column gap.
Pls send simple report sample for me.
How can i do this report.
Thanks.
I can did my report.
Again very very thanks...