Telerik Forums
Reporting Forum
1 answer
122 views

Hello Guys, 

I am using Q1 2015 licensed version of Telerik Reporting. It works great for generating HTML/PDF reports.

One issue I am facing while generating HTML5 report through Report processor's render report method is sections overlapping.

In the attachments, I have provided one image which occurs when data is less and all the sections fitted properly but when the data is more then one section overlaps with another. As you can observe, this issue occurs when there is a page break so can you tell me the properties/configurations which i need to take care for this behavior. and i have used object data source binding for data so number of data may vary but i want the report sections to fit properly.

so please provide some way around to solve this.

Thanks in advance :)

Nirav

Nasko
Telerik team
 answered on 28 May 2015
5 answers
399 views

Hello Guys,

 I am using Q1 2015 licensed version of Telerik Reporting. It works great for generating PDF reports but not that well when working with HTML format.

 While trying to generate HTML report through Report processor's render report method then gives error if NoDataMessage is set for Graphs.

 As you will be knowing that when we generate HTML report through Report processor then it gives HTML streams as an Output & we have to save images [for graphs & charts] and HTML files to disk. so while generating Graph/Chart, I want to display some message for empty data then what steps are required? (Tried with NoDataMessage property but not working so please provide some other way around or solution for same)

 

Thanks in advance :)

Regards,

Nirav

Nasko
Telerik team
 answered on 28 May 2015
8 answers
1.1K+ views
I am running the latest version of Telerik Reporting using the Control Panel app.  (Version=7.0.13.426)

This is a VS 2012 VB website, and I have verified the presence of the OpenXMLRendering.dll in the BIN directory.

When viewing a report my export options do not include DOCX or XLSX.

I have checked my web.config file and it appears to have the proper entries.

My export options in the Report Viewer control match the intended selection, XLS, CSV and PDF, but do NOT include DOCX or XLSX.
 
<configSections>
  <section name="Telerik.Reporting" type="Telerik.Reporting.Processing.Config.ReportingConfigurationSection, Telerik.Reporting, Version=7.0.13.426, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" allowLocation="true" allowDefinition="Everywhere" />
</configSections>
<Telerik.Reporting>
  <Extensions>
    <Render>
      <Extension name="IMAGE" visible="false" />
      <Extension name="MHTML" visible="false" />
      <Extension name="XLS" visible="true" />
      <Extension name="CSV" visible="true" />
      <Extension name="RTF" visible="false" />
      <Extension name="XPS" visible="false" />
      <Extension name="PDF" visible="true" />
      <Extension name="DOCX" visible="true" />
      <Extension name="XLSX" visible="true" >
      <Parameters>
          <Parameter name="DocumentAuthor" value="CGA debug" />
        </Parameters>
      </Extension>
    </Render>
  </Extensions>
</Telerik.Reporting>
<appSettings>


Saroj Kumar
Top achievements
Rank 1
 answered on 28 May 2015
1 answer
77 views

Hello,

 I'm using the report design in Visual Studio 2013.

 Every time that i make a change in the design tab and go to the preview tab, the result show like 1 or 2 seconds and go back automatically to the design tab, then i go again to the preview tab, and the result is displayed and stays there.

 When you are modifying a large report, that take long time to load, its pretty annoying this behavior.

 Thanks.

Nasko
Telerik team
 answered on 27 May 2015
1 answer
184 views

Hello

Im having problem with the cache in Q1 2015 version av Reporting.
I dont want to implement any new cache provider or adjust how the cache is performing. I want to deactivate it totaly. I dont want any cache.
What is the simplest way to solve that?

//Mathias

Nasko
Telerik team
 answered on 27 May 2015
1 answer
74 views

Hi,

i'm struggling for two days with this issue...i will explain my situation, i have a subreport inside a main report and programmatically i set the DataSource (code behind with Visual Studio), however the main report displays correctly the fields (and then it correctly takes the DataSource) the problem it's the subreport, it seems that it takes the DataSource (i haven't any error that told me that the fields don't exist) but they are blank....for example on the main report i have in a textbox "Fields.Name" and it's correctly displayed while on the subreport if i put Fields.Name i haven't any error but the textbox is blank.

Of course i work with business objects the example of the Fields it's to let you understand my issue....i tried to bind the DataSource property on subreport with ReportItem.DataObject (like here http://www.telerik.com/forums/how-to-bind-the-datasource-of-a-subreport-in-the-designer#nSbLMCJKXUmyRhU4w5mi7g)  but the issue is the same...the fields are blank...i wish that someone can help me.

Thanks in advance

 

Nasko
Telerik team
 answered on 26 May 2015
4 answers
257 views
If I want to display a string (including number and character(ar or fa)) ) or only a number , settings of "Regional settings" of windows(xp for me) does not effect on displaying of the numbers and I see only english numbers (in two cases). I want to see the numbers in arabic or farsi or other languages ( as we see in window app(s)).Is any way for solving this problem?
Ali
Top achievements
Rank 1
 answered on 23 May 2015
1 answer
59 views

Hi,

 How to print a telerik report directly on client machine in web browser on button click.

 

Stef
Telerik team
 answered on 22 May 2015
3 answers
290 views
I'm having an issue creating a basic bar chart at design-time.  I added a Report to my VB.NET Winforms project and added a Graph object to the Report.  I set a SQLDataSource which is a simple table that can be seen in the attachment.  I created an example bar chart in Excel with the data very easily, but can't figure out for the life of me to do it using the Graph control.  I'm in my trail period looking to purchase a reporting product, but need to know how to do the basics before purchasing.

I'm having issues determining why I need to create CategoryGroups and SeriesGroups according to your documentation.  Seems logical I should just add Series and assign the X and Y properties.  Can someone please help me understand how to setup this basic bar chart?

Thanks,

Ryan
Stef
Telerik team
 answered on 22 May 2015
6 answers
128 views

We have a number of reports that are currently using the obsolete Chart object, which I am in process of moving to the new Graph object.  I have been unable to find an equivalent on the Graph object for the EmptyValue = Approximation setting in the Chart object.  Is there an equivalent setting that I've missed, or will I need to build my own approximation lines when a category has no value at a certain point?

 Thanks!

Stef
Telerik team
 answered on 21 May 2015
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?