FastReport 3 Chart Crosstab

How can I make a crosstab char in Fast Report 3, using the crosstab feature of TeeChart 7?

Comments

  • edited 2:26PM
    I don't familiar with the "cross-tab feature" of TeeChart.
  • edited 2:26PM
    and one example chart crosstab?
  • edited 2:26PM
    work it !!!

    procedure TrptVendaCombustivelDiaMes.frxReportBeforePrint(
    Sender: TfrxReportComponent);

    begin
    inherited;
    if Sender.Name='Picture1'then
    TfrxPictureView(Sender).Picture.Assign(Grafico.TeeCreateMetafile(False, Rect(0, 0, Round(Sender.Width), Round(Sender.Height))));
    end;

    tks
    ;)
  • gordkgordk St.Catherines On. Canada.
    edited 2:26PM
    happy to see you got my answer to your direct email
    ;)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.