Vector problem is solved in Stimulsoft 2011.3؟

Stimulsoft Reports.Silverlight discussion
sheikhzadeh.sara
Posts: 2
Joined: Sun Jan 22, 2012 3:26 pm

Vector problem is solved in Stimulsoft 2011.3؟

Post by sheikhzadeh.sara »

I using stimulsoft report (2011.3 Trial)for silverlight 5.
It was beautiful.
But I have a problem:
Spooling Printer for 10 page over 700MB!
because sending page with Bitmap print!

in Silverlight 5 Release , this problem is solved and support vector print.
But, Stimulsoft is not working vector print.
Stimulsoft company who can solve this problem?

Image
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Vector problem is solved in Stimulsoft 2011.3؟

Post by Andrew »

Hello,

Does your printer support PostScript?

Thank you.
sheikhzadeh.sara
Posts: 2
Joined: Sun Jan 22, 2012 3:26 pm

Vector problem is solved in Stimulsoft 2011.3؟

Post by sheikhzadeh.sara »

Andrew wrote:Hello,

Does your printer support PostScript?

Thank you.
Yes. Supported!
My problem is not Post script!
I plan on having multiple users. I'm not guaranteeing PostScript!
Also, The problem is the company Stimulsoft
Because in Silverlight 5, A new option was added (vector)

.ForceVector = true;

sample: http://10rem.net/blog/2011/06/11/silver ... s-and-more
The new version should also compile your Silverlight 5
The problem to be solved!

please help me.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Vector problem is solved in Stimulsoft 2011.3؟

Post by HighAley »

Hello.

The problem is solved. Please, check recompiled assemblies and let us know if vector printing works right.

Assemblies: http://www.stimulsoft.com/Private/Stimulsoft.SL.zip

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Vector problem is solved in Stimulsoft 2011.3؟

Post by HighAley »

Aleksey wrote:Hello.

The problem is solved. Please, check recompiled assemblies and let us know if vector printing works right.

Assemblies: http://www.stimulsoft.com/Private/Stimulsoft.SL.zip

Thank you.
mary2010
Posts: 1
Joined: Tue Jan 24, 2012 2:53 am

Vector problem is solved in Stimulsoft 2011.3؟

Post by mary2010 »

Aleksey wrote:Hello.

The problem is solved. Please, check recompiled assemblies and let us know if vector printing works right.

Assemblies: http://www.stimulsoft.com/Private/Stimulsoft.SL.zip

Thank you.
no, stimulsoft is not supported vector printing in silverligth 5!
i download last version of stimul (Stimulsoft Reports.Silverlight v5_2012.01.19 Trial )
but, this version also not working!

stimulsoft free your members in silverlight!

this is my code:

Code: Select all

    Private Sub ReportMethod(ByVal parameter As Object)

        Dim address As New System.ServiceModel.EndpointAddress(New Uri(Application.Current.Host.Source, "../" + Helpers.strWcfService + ".svc"))
        Dim wc As New UploadService.UploadClient("BasicHttpBinding_" + Helpers.strWcfService, address)


        AddHandler wc.LoadFileCompleted, AddressOf LoadFileCompleted
        wc.LoadFileAsync("Report\rptPerson.mrt")

    End Sub

    
    Private Sub LoadFileCompleted(ByVal sender As Object, ByVal e As UploadService.LoadFileCompletedEventArgs)

        Dim report As New StiReport()
        report.Load(e.Result)
        report.RegBusinessObject("dt", "dt", PersonCards.Where(Function(q) q.Selected = True))

        report.Render()
        report.Show()

    End Sub

Perhaps you're a miracle?

HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Vector problem is solved in Stimulsoft 2011.3؟

Post by HighAley »

Hello.

Please, download assemblies from here http://www.stimulsoft.com/Private/Stimulsoft.SL.zip and delete from GAC and other folders previous assemblies.

Thank you.
mary20100
Posts: 2
Joined: Tue Jan 24, 2012 4:50 am

Vector problem is solved in Stimulsoft 2011.3؟

Post by mary20100 »

Aleksey wrote:Hello.

Please, download assemblies from here http://www.stimulsoft.com/Private/Stimulsoft.SL.zip and delete from GAC and other folders previous assemblies.

Thank you.
i downloaded http://www.stimulsoft.com/Private/Stimulsoft.SL.zip and create a sample project in silverlight 5.

and attached in here:

http://www.4shared.com/rar/jE6y6YqE/Stimul.html

after printing test page in HP Printer 1300, for 1 page (just 4 or 5 textbox!) , spooling 123MB!!!!

This is a disaster!!
i can export to pdf , but, i need direct print. i have any amator users.
please check my sample an help me.
thanks.
Anton Lozovskiy
Posts: 135
Joined: Tue Aug 11, 2009 9:38 am

Vector problem is solved in Stimulsoft 2011.3؟

Post by Anton Lozovskiy »

Hello,

In article msdn had written that for using Vector Printing is necessary to do such code:

PrinterFallbackSettings settings = new PrinterFallbackSettings();
settings.ForceVector = true;
settings.OpacityThreshold = 0.5;
doc.Print("Vector Print", settings);

If printer supports PostScript Vector Printing will be made, another way report will print as Bitmap.
This code is used, but if you use not Vector Printing it's your problem, because we must to set up nothing!!!

This is additional article , which we had found when we was studying this question:
Does my Printer Support PostScript?

Vector printing requires PostScript support in your printer driver (and printer). Compressed bitmap support also requires PostScript. Full stop. If you're a home user, there's a reasonable chance your selected printer driver is not set up for PostScript printing unless you're on a Mac, or you do a lot of print publishing work. In many cases, the printers support PostScript emulation, but the default drivers don't include that functionality. For example, my HP LaserJet 1320 uses the HP Universal PCL5 Printing Driver which does not include PostScript support. The heavy-duty office printers used in many offices often have built-in firmware-level fast PostScript support, and/or appropriate drivers installed. In most cases, you simply need select a different driver. Your mileage will vary, but this is something you'll want to check out before you start building printing into your applications.
At moment we haven't printer supported PostScript, but next week we'll buy and we'll check all nuances.

Thank you.
mary20100
Posts: 2
Joined: Tue Jan 24, 2012 4:50 am

Vector problem is solved in Stimulsoft 2011.3؟

Post by mary20100 »

So what is my solution?
Should I go with all users and printers have them check?
I did not laugh?
The problem is only in Stimulsoft Report.
I've attached an example.
Please help me.
Locked