Checkbox is not printed correctly

Stimulsoft Reports.WEB discussion
Post Reply
tynar
Posts: 25
Joined: Thu Mar 17, 2011 11:54 pm
Location: Kyrgyzstan

Checkbox is not printed correctly

Post by tynar »

Hello,

Could you please assist me how to correctly set properties of checkbox to get it printed correctly. I am using StimulSoft Reports .NET 2011.1.1000. I see the flag in preview mode, but when I send it to printer the flags are not printed.

Thank you.
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Checkbox is not printed correctly

Post by Andrew »

Hello,

Please clarify the following: do all CheckStyles of this textbox are not printed or only some of them?
Also please send us a sample report template with data, which reproduces the issue.

Thank you.
tynar
Posts: 25
Joined: Thu Mar 17, 2011 11:54 pm
Location: Kyrgyzstan

Checkbox is not printed correctly

Post by tynar »

Hello,

I was not able to print any flags. If you need any additional info please let me know.

Thank you.

I don't know how to attach mrt file, so I'm sending the content instead.

Code: Select all


  
    
    
    
    
    
    
  
  EngineV2
  
  
  
    
      None;Black;2;Solid;False;4;Black
      Transparent
      
        
          Transparent
          1
          0.8,0.6,0.6,0.2
          
          Black
          CheckBox1
          
          
          Black
          1/0
        
        
          Transparent
          0
          Cross
          None
          0.8,1,0.6,0.2
          
          Black
          0ae309ae0dc440b3ae86d5f8473f2f99
          CheckBox2
          
          
          Black
          1/0
        
        
          Transparent
          1.6,0.6,3.4,0.2
          
          Arial,8
          0,0,0,0
          Text1
          
          
          Value is hard coded to '1'. In web preview the flag is correctly shown.
          Black
          Expression
        
        
          Transparent
          1.6,1,3.4,0.2
          
          Arial,8
          ba5f2cff61174231bda80496590f029d
          0,0,0,0
          Text2
          
          
          Check style for true is set as 'None' for false is set as 'Cross'.
          Black
          Expression
        
      
      
      44a22db13b7148a383e92e874db47174
      0.39,0.39,0.39,0.39
      Page1
      11
      8.5
      Letter
      
      
        Arial,100
        [50:0:0:0]
      
    
  
  
  
    System.Dll
    System.Drawing.Dll
    System.Windows.Forms.Dll
    System.Data.Dll
    System.Xml.Dll
    Stimulsoft.Controls.Dll
    Stimulsoft.Base.Dll
    Stimulsoft.Report.Dll
  
  Report
  7/11/2011 4:09:37 PM
  7/11/2011 4:05:00 PM
  
  b23c1c64b73f44639621d88bb67758c4
  Report
  Inches
  2011.1.1000
  using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using Stimulsoft.Controls;
using Stimulsoft.Base.Drawing;
using Stimulsoft.Report;
using Stimulsoft.Report.Dialogs;
using Stimulsoft.Report.Components;

namespace Reports
{
    public class Report : Stimulsoft.Report.StiReport
    {
        public Report()        {
            this.InitializeComponent();
        }

        #region StiReport Designer generated code - do not modify
        #endregion StiReport Designer generated code - do not modify
    }
}

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

Checkbox is not printed correctly

Post by Andrew »

Hello,

Please clarify which viewer you are using (Net, Web or WebFX)?
If Web, then from which browser do you print a report?

Thank you.
tynar
Posts: 25
Joined: Thu Mar 17, 2011 11:54 pm
Location: Kyrgyzstan

Checkbox is not printed correctly

Post by tynar »

Dear Andrew,

Let me clarify the issue in detail. The report was designed in Designer as shown below:

Image


In web preview mode as you can see the flags are correctly shown, refer to picture 2:

Image

When "Print" button is clicked texts are printed but flags are not printed though.

Image


So far I have tested printing this report through web page by placing StiWebViewerFx on Firefox 3.6.18 and Internet Exporer 8 without success. Perhaps the issue is not related with browsers.

Would much appreciate your support in this regard.
Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Checkbox is not printed correctly

Post by HighAley »

Hello.
tynar wrote:Let me clarify the issue in detail. The report was designed in Designer as shown below:

Image

In web preview mode as you can see the flags are correctly shown, refer to picture 2:

Image

When "Print" button is clicked texts are printed but flags are not printed though.

Image


So far I have tested printing this report through web page by placing StiWebViewerFx on Firefox 3.6.18 and Internet Exporer 8 without success. Perhaps the issue is not related with browsers.

Would much appreciate your support in this regard.
What printer do you use?
We don't reproduced your problem and printed to Microsoft XPS Document Writer. All flags have been printed. You can see it in attached XPS-file.
Maybe the problem is in printer and it cann't support this font.

Thank you.
Attachments

[The extension xps has been deactivated and can no longer be displayed.]

tynar
Posts: 25
Joined: Thu Mar 17, 2011 11:54 pm
Location: Kyrgyzstan

Checkbox is not printed correctly

Post by tynar »

Hello,

I am a bit confused, since my saved XPS document does not contain flags. You can see it in attached file. Our printer is Canon MF4320-4350.
Attachments

[The extension xps has been deactivated and can no longer be displayed.]

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

Checkbox is not printed correctly

Post by HighAley »

Hello.
tynar wrote:I am a bit confused, since my saved XPS document does not contain flags. You can see it in attached file. Our printer is Canon MF4320-4350.
The problem is solved.
The patch will be available in the next prerelease build from 13-07-2011.

Thank you.
Post Reply