Search found 12 matches

by DeSchneller
Wed Jun 27, 2018 4:28 am
Forum: Stimulsoft Reports.WPF
Topic: StiRectanglePrimitive / StiVertlicalLinePrimitive not displayed
Replies: 3
Views: 2367

Re: StiRectanglePrimitive / StiVertlicalLinePrimitive not displayed

It works ;)

Thanks for help! Next time i will try to generate a report with the designer first ;)
by DeSchneller
Mon Jun 25, 2018 6:27 am
Forum: Stimulsoft Reports.WPF
Topic: StiRectanglePrimitive / StiVertlicalLinePrimitive not displayed
Replies: 3
Views: 2367

StiRectanglePrimitive / StiVertlicalLinePrimitive not displayed

Hi there, i was creating a new report in c# by using Stimulsoft 2016.3 and VS2017 wit .Net 4.5.1. All my StiText and StiHorizontalLinePrimitive are displayed well in my report. Only the StiRectanglePrimitive and StiVerticalLinePrimitive are not displayed. I tried to Add StiStartPointPrimitive and St...
by DeSchneller
Fri Jul 28, 2017 4:29 am
Forum: Stimulsoft Reports.WPF
Topic: Datanband gets only first entry
Replies: 6
Views: 3632

Re: Datanband gets only first entry

Hi have no designer Source. The Values in the Screenshot you are posting is the first entry in the Businessobject from the solution (i have entered because u have no DB Access to my Database). The Report is only generated by the code of the solution, not in the designer.
by DeSchneller
Fri Jul 21, 2017 5:23 am
Forum: Stimulsoft Reports.WPF
Topic: Datanband gets only first entry
Replies: 6
Views: 3632

Re: Datanband gets only first entry

heres the project
by DeSchneller
Thu Jul 20, 2017 2:46 pm
Forum: Stimulsoft Reports.WPF
Topic: Datanband gets only first entry
Replies: 6
Views: 3632

Re: Datanband gets only first entry

Hi may i upload here (how) or how can i give it to you?
by DeSchneller
Thu Jul 20, 2017 11:23 am
Forum: Stimulsoft Reports.WPF
Topic: Datanband gets only first entry
Replies: 6
Views: 3632

Datanband gets only first entry

Hi there, i was trying to code a report by myself, but the result was, that my Databand was only filled with the first item in the BusinessObject. The Code of my Report is below. Thanks for help at this point. internal class ClaimList { ClaimListHeadDto mHead; List<ClaimListDto> mList; ClaimListBusi...
by DeSchneller
Mon Jan 23, 2017 1:09 pm
Forum: Stimulsoft Ultimate
Topic: Result of Print Dialog
Replies: 1
Views: 1203

Result of Print Dialog

Hi there,

is there a possiblitiy to check if the PrintDialog was opend an closes with OK aftert StiWpfViewerControl.Report.Print(true)?

Thanks for help.

BR Chris
by DeSchneller
Mon Jan 23, 2017 9:29 am
Forum: Stimulsoft Reports.WPF
Topic: Stimulsoft.Base.Drawing not found
Replies: 3
Views: 2436

Re: Stimulsoft.Base.Drawing not found

Thanks for the awnser. But it is possible to initialize the StiStartPointPrimitive like mine. The Problem was the Project was not an Wpf-App.
by DeSchneller
Fri Jan 20, 2017 6:15 am
Forum: Stimulsoft Reports.WPF
Topic: Stimulsoft.Base.Drawing not found
Replies: 3
Views: 2436

Stimulsoft.Base.Drawing not found

Hi there, i'm trying to code a report in my c# application. Now i have the problem that i need to use Stimulosft.Base.Drawing for the component of the report. Stimulsoft.Base is referenced in the VS-Project and intellisence tells me that onle Base.Design and Base.Localization existing. What is neede...
by DeSchneller
Wed Jul 13, 2016 6:21 am
Forum: Stimulsoft Reports.WPF
Topic: Adding Components c# FAIL
Replies: 1
Views: 1856

Adding Components c# FAIL

Hi there, I tried to test creating an report by c#-Code. using System; using System.Drawing; using System.Drawing.Text; using System.Windows; using Stimulsoft.Base.Drawing; using Stimulsoft.Report; using Stimulsoft.Report.Components; using Stimulsoft.Report.Events; namespace ReportTest { public part...