Informació general
Exemples
Pantallas
Comparacions
Aplicacions
Descarregar
Documentation
"El Mercat"
Estat i Pla de treball
Preguntes més freqüents
Autors i Llicència
Fòrums
Finançament de l'U++
Cerca en aquesta web
Llengua
català











SourceForge.net Logo



Reports

 

Report example

 

 

main.cpp

 

#include <Report/Report.h>

 

using namespace Upp;

 

GUI_APP_MAIN

{

    Report r;

    r.Header("[A2> Page $$P");

    r << "This is some [* QTF text";

    r << "&&Let's report some table:";

    String tab;

    tab << "{{1:1:1:1:1:1:2 A:: B:: C:: D:: E:: F:: G (wider)";

    for(int row = 0; row < 20; row++)

        for(int column = 0; column < 7; column++)

            tab << ":: " << row << ":" << column;

    r << tab;

    r.NewPage();

    int y = r.GetY();

    r.DrawEllipse(300, y + 50, 3000, 2000, LtRed, 20);

    r.DrawText(500, y + 50 + 950, "Some free drawing in this page!", Arial(100));

    r.SetY(y + 50 + 3000);

    r << "More of [/ QTF] [C6* text";

    Perform(r);

}

 

 

 

 

Aquesta pàgina també està en english, čeština, deutsch, español, euskara, français, română, русский, 中文(简体) i 中文(繁體). Vols col.laborar?