Search found 28 matches

by poweredbyporkers
Tue May 29, 2018 1:56 am
Forum: Stimulsoft Reports.NET
Topic: Adding button to toolbar v2015.3
Replies: 3
Views: 1536

Re: Adding button to toolbar v2015.3

Thanks for that although I went in a different direction but now I'm having an issue getting the tooltip i the same format as the existing buttons https://forum.stimulsoft.com/download/file.php?mode=view&id=22540 https://forum.stimulsoft.com/download/file.php?mode=view&id=22539 private void ...
by poweredbyporkers
Wed May 23, 2018 11:50 pm
Forum: Stimulsoft Reports.NET
Topic: Adding button to toolbar v2015.3
Replies: 3
Views: 1536

Adding button to toolbar v2015.3

How can I add a button to the preview windows toolbar? I can't find StiStandardToolbarService stdToolbar = StiStandardToolbarService.GetService() anywhere
by poweredbyporkers
Wed Jan 13, 2016 2:33 am
Forum: Stimulsoft Reports.NET
Topic: Images
Replies: 3
Views: 1499

Re: Images

Ok, so that wasn't working so I've had to try something else. But It appears to me that large reports with images are very inefficient. My invoice run has 1254 pages and each page has a logo, but there are only two different logos used across all pages. When saved to an encrypted file it is 29mb whi...
by poweredbyporkers
Tue Jan 12, 2016 5:03 am
Forum: Stimulsoft Reports.NET
Topic: Images
Replies: 3
Views: 1499

Re: Images

Ok, one issue down once I had my thinking head on, and realised I'd forgotten to add "System.Collections.Generic." before Dictionary. D'Oh! Anyways, I'm attempting to get the logo out of my dictionary and there are no errors but there's also no image tried this in BeforePrint and GetImageD...
by poweredbyporkers
Tue Jan 12, 2016 2:45 am
Forum: Stimulsoft Reports.NET
Topic: Images
Replies: 3
Views: 1499

Images

Morning, I have a report with an image control on it. I have two business objects separated to decouple the logo as the report data can potentially generate 1000s of pages. I have a business object passed into the report that contains data and one of the fields is a unique key to tell me what logo I...
by poweredbyporkers
Sun Nov 15, 2015 9:25 pm
Forum: Stimulsoft Reports.NET
Topic: SOLVED - Out of memory exception saving large documents
Replies: 3
Views: 2269

Re: SOLVED - Out of memory exception saving large documents

Once again, thanks guys.

I was unsure about the report cache the documentation seems a little light but I knew you'd be all over it.
by poweredbyporkers
Fri Nov 13, 2015 5:26 am
Forum: Stimulsoft Reports.NET
Topic: SOLVED - Out of memory exception saving large documents
Replies: 3
Views: 2269

SOLVED - Out of memory exception saving large documents

I have a situation whereby I have to write each individual report out to disk and then pull them all back into single document. And yes I have to do this way even though I'd prefer not to ;-) The problem seems to be related to SaveEncryptedDocument and SavePackedDocument. The document can be 100's o...
by poweredbyporkers
Tue Oct 27, 2015 11:05 pm
Forum: Stimulsoft Reports.NET
Topic: SOLVED - Preview Issues (maybe)
Replies: 3
Views: 1308

Re: Preview Issues (maybe)

Excellent once again, but can you extend it to remove the help button in the future? Only asking as it's a complete irreverence inside my application. Should also be able to hide the parameters button I guess.
by poweredbyporkers
Mon Oct 26, 2015 11:59 pm
Forum: Stimulsoft Reports.NET
Topic: SOLVED - Preview Issues (maybe)
Replies: 3
Views: 1308

SOLVED - Preview Issues (maybe)

Morning, I have the preview working in winforms but for some reason even though I mark ShowPageNew, ShowPageDelete and ShowPageDesign as false they all appear on the preview form. I can't post an example but it's the same on your custom report viewer sample using 2015.2. Also is it possible to remov...
by poweredbyporkers
Mon Sep 28, 2015 12:58 am
Forum: Stimulsoft Reports.NET
Topic: SOLVED - Print order
Replies: 13
Views: 3268

Re: Print order

Done.