Telerik Forums
Reporting Forum
5 answers
805 views
I have small issue with HTM5 Report Viewer.
1. On first start of application there is significant delay between showing report interface and starting loading report (when message "Loading report..." is showing). For a long time there is just empty space with no message, so user can be confused if anything is working or loading. I tried use ready parameter, but it is occurring too fast so I can not use it for custom loading icon.

Is there any way to display some loading icon or text during initialization, before "loading report.." is shown?

Regards
Marcin
Stef
Telerik team
 answered on 18 Dec 2013
1 answer
136 views
Hi

Is it possible to set one mvc application to act as report server( access reports on this app from another app), for html5 report viewer,

I use azure website for my app and export to pdf does not work( GDI+ issues), but it works on CloudServices(Web Roles), so my plan is to set up web role just for reports and leave main site on azure websites 

THX
Stef
Telerik team
 answered on 18 Dec 2013
1 answer
291 views
I am using following code to Create New cell for Detail Header

            using (var cell = new TextBox())
            {
                cell.Value = value.GetRenderingFormat();
                cell.StyleName = styleSheetKey.ToString();
                cell.Size = new SizeU(GetColumnWidth(isFirstColumn), GetRowHeight());
                cell.TextWrap = true;
                cell.Multiline = true;
                cell.KeepTogether = false;
                cell.CanGrow = true;
                return cell;
            }
        }

But the result is strange... for specific width that can adjust in 3 line works fine but not for 4 line. At the same time the column beside this one is working fine. The diff. between content is only one character is getting wrap in case of invalid printing.

Padding of the cell in stylesheet is as follwoing:

  <BorderStyle Bottom="Solid" Top="Solid"/>
      <BorderColor Default="Gray" />
      <BorderWidth Bottom="0.5pt" Top="0.5pt"/>
      <Font Name="Arial" Size="8pt" Bold="True" />
      <Padding Left="0.19cm" Right="0.2"/>

Please see attached screens.
Stef
Telerik team
 answered on 17 Dec 2013
1 answer
110 views
Hi

I am using Table in Reporting.But not paging.All data showing one page.

help please
Stef
Telerik team
 answered on 17 Dec 2013
6 answers
978 views
Hello every one and Telerik,
I am working on an invoice report, containing three type of charges(accessorial, freight and miscellaneous charges ), if a specific category of charges have no data i.e the invoice doesn't contain charges in accessorial , freight or miscellaneous charge category then that section should be invisible, the report should show the other two categories. how to handle it dynamically. in some case i have no accessorial while in some case i have no freight charges. Clients wants no empty fields on the report. Any one to help ???
what is the better way to handle it? should i make sections in detail section or there is any other batter?  if sections in detail section then how to make sections in detail section.
a snapshot of the report format is attached.
Imdad Turi
Top achievements
Rank 2
 answered on 17 Dec 2013
1 answer
211 views
Hi,
i created an Report dynamically.
In the InitializeComponent Function i create a Table, Chart or an Pie. Or all.

     if (datas.PresentationType == "1")
            {
                CreateTable(datas.ResultTable);    
            }
            else if (datas.PresentationType == "2")
            {
                CreatePieAndGraph(datas);
            }
            else if (datas.PresentationType == "3")
            {
                CreateTable(datas.ResultTable);
                CreatePieAndGraph(datas);
            }

That works. But i want to have, that the Table is on one side, the pie on the next side und the graph is on next side.
Can i do this with PageBreak?
Every chart, pie or table is in the detail section of my report.

I dind´t set the location for pie, table and graph.
So it looks like:


Stef
Telerik team
 answered on 16 Dec 2013
1 answer
227 views
I wonder if someone can point me to a document that describes the reporting architecture. 

My main question has to do with the stand alone report designer and whether it needs to have direct access to the data source, or whether it operates against a webservice of some type. 

Also, is there a report server, or is the report generated on the web server?

I haven't been able to find an architectural overview type document that answers these questions.

thanks,
BOb
Stef
Telerik team
 answered on 16 Dec 2013
3 answers
143 views
Hi,
i have an Graph at Report.
But the x axis started not at 0. See Attachment.
How can i set the axis to start at zero position programically?
Nasko
Telerik team
 answered on 16 Dec 2013
1 answer
93 views
Hi,
how can i set more graphs on the Report programically?
I have a List of Data, and i want have for every Data an own graph.
This is dynamically via a for loop...because i don't now at the start how many graphs i need

something like that:
for(var i = 0; i<List.count; i++){
var graph = new Graph()
......
}

But how and where?
Nasko
Telerik team
 answered on 16 Dec 2013
1 answer
279 views
Hi,

it is quite common for our reports to have optional parameters. In the WinForms viewer, they can be left empty by checking the "null" box next to them. The HTML5 viewer on the other hand, does not provide a way to do so.
Sadly, our customers were not satisfied with the presentation of available parameter values as a list. Therefore, we extended the default parameter editors with kendo select boxes via the options object. While we can now choose to leave parameters empty on the front end, the parameter validators still require the array of available values to contain an empty entry.

Is there a way to allow empty parameters without adding null to the parameter's data source? Doing so would have side effects on our WinForms application.

Kind Regards
Axel Wilczek
Stef
Telerik team
 answered on 14 Dec 2013
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?