Search found 15 matches

by renathucazari
Sat May 18, 2019 12:30 am
Forum: Stimulsoft Reports.NET
Topic: Print fixed text between bands
Replies: 3
Views: 1106

Re: Print fixed text between bands

must be equal to image every page
by renathucazari
Fri May 17, 2019 2:30 pm
Forum: Stimulsoft Reports.NET
Topic: Print fixed text between bands
Replies: 3
Views: 1106

Print fixed text between bands

I have to print a fixed text on the left side, starting from the HeaderBand and finishing in FooterBand, between that two Band has an EmptyBand.

Attachment image and report.
by renathucazari
Mon Mar 13, 2017 6:17 pm
Forum: Stimulsoft Reports.NET
Topic: Receipt printers and endless paper reel
Replies: 16
Views: 20458

Re: Receipt printers and endless paper reel

You can dynamically set the height of the page, depending on the amount of data on a page. First set the page size to Custom, then write the following script in the EndRender event of report: foreach (StiPage page in this.RenderedPages) { double max = 0; foreach (StiComponent comp in page.GetCompone...
by renathucazari
Mon Oct 20, 2014 11:17 am
Forum: Stimulsoft Reports.NET
Topic: Hide Help
Replies: 5
Views: 1746

Re: Hide Help

I use 2013.2.1612.0
by renathucazari
Fri Oct 17, 2014 2:11 pm
Forum: Stimulsoft Reports.NET
Topic: Hide Help
Replies: 5
Views: 1746

Re: Hide Help

I dont't have "Appearance". What is using?
by renathucazari
Fri Oct 17, 2014 12:48 pm
Forum: Stimulsoft Reports.NET
Topic: Hide Help
Replies: 5
Views: 1746

Hide Help

In a Form I have the "StiViewerControl" control, when I press F1, help screen appears, as this screen does not show, because I use the F1 key to another function.
by renathucazari
Mon Sep 08, 2014 2:24 pm
Forum: Stimulsoft Reports.NET
Topic: cLast return 0
Replies: 1
Views: 846

cLast return 0

How to know if the record, is the last the page within the DataBand.

I'm using:
object last = cLast (DataBand2, MOVIMENTO.CODIGO_DOCUMENTO);

but always returns 0.
by renathucazari
Fri Sep 05, 2014 1:47 pm
Forum: Stimulsoft Reports.NET
Topic: Panel dock with line
Replies: 5
Views: 1696

Re: Panel dock with line

I tested with version 2014.2.1921.0, and the error still continues.

here is the project.
by renathucazari
Fri Sep 05, 2014 12:32 pm
Forum: Stimulsoft Reports.NET
Topic: Panel dock with line
Replies: 5
Views: 1696

Re: Panel dock with line

The vertifcal line on this "ESPECIE"
by renathucazari
Thu Sep 04, 2014 1:26 pm
Forum: Stimulsoft Reports.NET
Topic: Panel dock with line
Replies: 5
Views: 1696

Panel dock with line

when I dock 3 panels and put lines inside them, and DataBand have event to hide the panels, the lines fumble.