ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2014-06-07 18:50:24

hgaspar
Member
Registered: 2014-06-05
Posts: 8

Printing truncate text

when print from reogrid, text is truncated.

i'd like to attach a print screen or pdf file but i don't know how to do that

Offline

#2 2014-06-08 03:09:22

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Printing truncate text

Find some image sharing websites, like http://jpegshare.net/

Upload your image, copy the BBCode and paste here.

Offline

#3 2014-06-08 08:53:51

hgaspar
Member
Registered: 2014-06-05
Posts: 8

Re: Printing truncate text

got it!

As you see in pdf, misses the end of some sentences or words...
same printing to a printer

      Dim pd As New PrintDialog()

      pd.Document = Grd.CreatePrintDocument
      pd.PrinterSettings.DefaultPageSettings.Margins.Left = 150
      If pd.ShowDialog(ParentForm) = DialogResult.OK Then
         pd.Document.Print()
      End If

missing something?

3a0b8fa220988928f3a739581892e37e.png

thank you
G

Offline

#4 2014-06-08 12:20:01

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Printing truncate text

Thanks for the image. I will fix it and make an update release as soon as possible.

Last edited by Jingwood (2014-06-08 12:21:39)

Offline

#5 2014-06-17 14:44:01

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Printing truncate text

This issue has been fixed and the new version now available for downloading: (v0.8.6.1)
http://reogrid.net/download/

Offline

Board footer

Powered by FluxBB