Search found 10 matches

by Michele
Mon Jul 11, 2022 3:40 pm
Forum: Stimulsoft Reports.WPF
Topic: Export to Excel
Replies: 1
Views: 8305

Export to Excel

Hi,
Is it possibile to hide the "Save to Excel" button of the ReportViewer,
leaving al the others visible?

thanks, m.
by Michele
Mon Sep 07, 2015 8:06 am
Forum: Stimulsoft Reports.WPF
Topic: How to Customize WpfRibbonGUI
Replies: 1
Views: 1274

How to Customize WpfRibbonGUI

Hi
I would need to add a customized button in the Preview window show with report.ShowWithWpfRibbonGUI

Is it possible in some way?

thanks in advance
m.
by Michele
Thu Jun 19, 2014 2:01 pm
Forum: Stimulsoft Reports.WPF
Topic: Formatting Result of Aggregate Functions
Replies: 1
Views: 1227

Formatting Result of Aggregate Functions

Hi, I'm building manually a Report (by code) and I need to format the Totals (Aggregate Functions) at the bottom of the report ... Dim fText As StiText = New StiText(New RectangleD(pos, 0.3, columnWidth - gap, 0.5)) Dim func As String = "Sum" fText.Name = "fText" + nameIndex.ToSt...
by Michele
Fri Nov 16, 2012 7:26 am
Forum: Stimulsoft Reports.WPF
Topic: Problem printing multiple copies
Replies: 4
Views: 2126

Re: Problem printing multiple copies

Ok, let me few days to try to make a sample .
(I can't send you the whole project)

michele
by Michele
Wed Nov 14, 2012 3:43 pm
Forum: Stimulsoft Reports.WPF
Topic: Problem printing multiple copies
Replies: 4
Views: 2126

Problem printing multiple copies

Hi, I've a problem when I try to print setting a number of copies greater then 1: I always obtain a single copy of the report . Is it a problem of the printer driver ? (but I obtain the same result with more than 1 printer) Is it possible to code something to avoid this? (I'm using version 2011.3.12...
by Michele
Fri Mar 02, 2012 9:50 am
Forum: Stimulsoft Reports.WPF
Topic: Print List with Header on all pages
Replies: 2
Views: 1230

Print List with Header on all pages

<t>Hi,<br/> I need to create a Report with a "Top Area" with some Header Informations that I've to Print on All Pages and just below a List with several Items that generates some pages.<br/> How can I set the report so that the part of the list in the second page starts below the Header and not from...
by Michele
Wed Feb 08, 2012 4:12 am
Forum: Stimulsoft Reports.WPF
Topic: Printing DataSets
Replies: 4
Views: 1761

Printing DataSets

Yes, it works perfectly for me.

thanks a lot
Michele
by Michele
Fri Feb 03, 2012 6:43 am
Forum: Stimulsoft Reports.WPF
Topic: Printing DataSets
Replies: 4
Views: 1761

Printing DataSets

<t>Hi,<br/> Is It possible to create a single report which can print different DataSets?<br/> I mean: I would like to insert a "Print Function" in the "Statistics Section" of my software; <br/> I have many different DataSet results which I have to Print: I would like to create a Report<br/> telling ...
by Michele
Fri Sep 09, 2011 8:20 am
Forum: Stimulsoft Reports.WPF
Topic: Problem adding Objects
Replies: 4
Views: 2241

Problem adding Objects

Don't you have an idea on what could happen?
Because it's impossible for me to send you now my entire project
I'd need some days to prepare a small one to send you.
Or only the file mrt could help you in the analysis?

m.
by Michele
Thu Sep 08, 2011 3:32 am
Forum: Stimulsoft Reports.WPF
Topic: Problem adding Objects
Replies: 4
Views: 2241

Problem adding Objects

<t>Hi,<br/> I would like to know ho to solve a problem I have often in my reports:<br/> <br/> 1. I add an object ("Obj") to the dictionary of a report --> report.RegBusinessObject("Name", Obj)<br/> 2. I Enter in DesignMode of the Report<br/> 3. I Open the Dictionary Section and I try to add "New Bus...