News: LimeReport new version 1.5 has been released
Вышла новая версия LimeReport 1.5

Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
Discussion | Обсуждение / Re: Lime Report line numbering
« Last post by solomon78 on November 26, 2024, 10:13:45 pm »
 using PARTITION BY and ROW_NUMBER() hard coding will help on line number
22
Discussion | Обсуждение / Re: How to limit number of rows
« Last post by solomon78 on November 26, 2024, 10:08:20 pm »
you need to select *from TableA where ${TableB.id} = TableA.id and ${TableB.mClass} = TableA.KClass; such condition will help you to filter and meet you desire
23
Discussion | Обсуждение / How to limit number of rows
« Last post by Mohammad on October 21, 2024, 08:58:08 pm »
Hi everyone
I want to limit number of rows in each page
actually, I have a DataBand and I added a datasource with 50 rows to it.
How can I change setting to show only 5 rows in each page from my datasource?
24
Discussion | Обсуждение / Re: Вопросы новичка
« Last post by Paul on September 08, 2024, 12:09:48 pm »
How to split data into columns vertically?
Have datasource with 5-10 items and want to split it to 2 columns verticaly:
1 4
2 5
3 6

But receive
1
2
3
4
5
6

columnFillDirection = Vertical

If I select VerticalUniform that recieve just:
4
5
6


25
Hi!
Can I see your LR report file (.lrxml) ?
26
Hi All ,
I Have A problem With LimeReport Cannot Read Cell Widgets data inside QTableWidget Model
is There Any way Casting this data , so Limereport can read it ?
i mean some Columns Are Spinbox , And QTextEdit ~~^^

Code: [Select]
QDoubleSpinBox *spinbox=new QDoubleSpinBox(ui->tableWidget);
        ui->tableWidget->setCellWidget( ui->tableWidget->rowCount() - 1, 2, spinbox );

LimeReport::ReportEngine *report=new LimeReport::ReportEngine(this);
auto model=ui->tableWidget->model();
report->dataManager()->addModel("tablemodel",model,false);
it shows cell widget columns empty ...
27
Arin Alex, благодарю, пересобрал LimeReport, теперь использую bool setDefaultExportDir(const QString& dirname).
28
упс... так у Image вроде есть Property
Code: [Select]
scaleон же
Code: [Select]
Масштабировать
29
Приветствую!
Подскажите, пожалуйста, как масштабировать   изображение, чтобы оно полностью вписывалось в заданные границы ?
Пытаюсь так:
<
img src=$V{имя_картинки}
width = "100%"
height = "100%"
>
но так, естественно, не работает
и да, я с HTML практически не знаком. но попытался почитать доки - там это делается через стили. Попытался стили применить и тут - не понял как.
30
Discussion | Обсуждение / Re: Default padding in the Text Item
« Last post by Arin Alex on July 26, 2024, 04:48:37 pm »
merabi, A bottle of wine is on you :)
Pages: 1 2 [3] 4 5 ... 10