Questions tagged [grapecity]

46 questions
0
votes
1 answer

How to load fast effectively a large number of spread excel sheets using spreadjs library?

I am using spreadjs and ExcelIO to show a large Excel file having more than 100 sheets in it. I have to show all these sheets on my excel view UI. I am able to show it but this is taking more than 3 minutes of time to load all sheets on UI. I have a…
satyendra kumar
  • 719
  • 2
  • 10
  • 19
0
votes
1 answer

Design Grapecity Active Reports inside Angular Application

I want to completely move an existing application written in .NET (which also includes support to design Active Reports) to Angular. I am not sure about the feasibility of using feature of design active reports to Angular application. Viewing…
Madhur Maurya
  • 1,016
  • 4
  • 19
  • 42
0
votes
1 answer

How to write this Crystal Report formula as an SSRS Expression?

I want to convert this Crystal formula into SSRS Expression: Formula: numberVar iDay := ToNumber(Right(Cstr({@PrntStartDate}), 2)) + 9; select iDay case 1 : {wk_TORIO0430_b.AcquisitionAmnt1} case 2 : {wk_TORIO0430_b.AcquisitionAmnt2} …
0
votes
1 answer

Selenium driver for testing SpreadJS

How could I make click(events) on the basis of cell position in spreadJs? I try something like: sheet.setActiveCell(3,3); sheet.cellClick(); and sheet.getCell(3,3).cellClick(); But it's not working. Thanks in advance if any solution or advice.
Jack
  • 5
  • 1
0
votes
1 answer

Add just time value in ReportInfo field for active reports?

I'm trying to add time for a report on script section like this using GrapeCity.ActiveReports; public string OutputFormat {get; set;} public void PageHeader_Format() { this.ReportInfoTime.OutputFormat = "hh:mm tt"; this.ReportInfoTime.Value =…
UserEsp
  • 415
  • 1
  • 7
  • 29
0
votes
1 answer

using .gif image in Active reports .i.e. in pdf it should display

I have a strange requirement , where the client wants a graphical logo which revolves to be printed on the reports. I am completely confused as on PDF can we display a .gif image. i gone through and found this. So, generating reports by active…
adla praveen
  • 161
  • 2
  • 13
0
votes
1 answer

Regarding "New page" event in Active reports 9?

Am working on a section report , The problem am facing is i have group say "Country" i bind "country Id" as Data Field to this group. In detail section i have 3 text Boxes one for "State", other for its "Capital" and other text box for consistent…
adla praveen
  • 161
  • 2
  • 13
0
votes
1 answer

Migrate DataDynamics Reports to GrapeCity Active Reports9

I am migrating an old project that used DataDynamics Reports to GrapeCity ActiveReports9. In my project there exists a class named UserDesignerControl under the namespace DataDynamics.Reports.Design.User I cannot find which is the equivalent class…
Christoph Adamakis
  • 865
  • 2
  • 9
  • 26
0
votes
2 answers

How to set textbox width depending of text length in ActiveReports

is there a property to set the width of a textbox so that it will grow/shrink in order to it´s text length? I don´t want to calculate a length/width ratio constant.. Thanks, Walter
Walter
  • 83
  • 6
0
votes
1 answer

How to set the detail height programatically in ActiveReports

does anyone know how to set the height of the detail section in my report programatically (e.g. in detail_format or after/before_print methods)? Setting the (float) height in detail_format for each datasource row has no effect. Do I have to set…
Walter
  • 83
  • 6
0
votes
1 answer

Grow a Section of Section report by the content height

I am trying to add content in the detail section of ActiveReport. But the section height is limited to 2 inches. It is taking only (2/0.2 = )10 items. I want the section to increase its height as the contents increase, so that it can adopt all item.…
Ammar
  • 152
  • 2
  • 12
0
votes
3 answers

Add Control To the Designer of Active Report

I know there are different ways to add controls in Active Report. I have found them on different web pages like: this.Sections["groupHeader1"].Controls.Add(txt); But this is none of my Business I have to load the designer i.e.…
Ammar
  • 152
  • 2
  • 12
-1
votes
1 answer

How to convert doc/word file to pdf using GrapeCity Active Report in C#?

How can I convert doc/word file to PDF using Active Report 10 in C# . I have licensed version of Active Report 10. I am trying to use GrapeCity.Documents.Word.Layout namespace but getting error . What all re the namespace and classes I can use to…
-1
votes
1 answer

SpreadJS: show headers even for empty sheets

Library name: [GrapeCity's SpreadJS][1] Need to show header even for empty sheets. Right now, for an empty sheet, I only have this picture, no header. Anybody have idea how to do it? EDIT: Table header missing
Jalle
  • 1,566
  • 5
  • 22
  • 42
-1
votes
1 answer

Got some strange console errors in firefox when loading spreadjs

Got some undefined errors like a is undefined , r.spread is defined from the spreadjs-all.min.js. What are the scenarios for these errors occurs. I have loaded my spreadsheet in an iframe. Is this cause any error ? Only getting this error is…
Aswathy S
  • 729
  • 1
  • 12
  • 41