Telerik Forums
Reporting Forum
1 answer
106 views
Hi Team,
I need step by step procedure to create the drill through report.
Steve
Telerik team
 answered on 30 May 2012
3 answers
185 views
How do I export radchart to pdf for winforms? 
Peshito
Telerik team
 answered on 30 May 2012
1 answer
82 views
Hi Telerik Team, 

We are using telerik reporting in our application.The reporting is working fine on every platform
but we are facing issue when we export our report using Telerik report viewer.on mac.The Exported
data is either not readable or not arranged properly.Only export to PDF and TIFF format is working
fine.Please let us know if you have solution for this type of issue. 

Thanks,
Steve
Telerik team
 answered on 29 May 2012
1 answer
97 views
Hi I am using Telerik Report Web Viewer and have a number of Reports using the Table Report Item. One thing I have noticed is that all Table cells end up with blank space at the bottom. This happens when the alignment is left to the default top / left. Any help would be greatly appreciated. We are trying to help with a request to fit as much information as possible on each page. Thanks.

ISIS
Steve
Telerik team
 answered on 29 May 2012
4 answers
753 views
I am trying to export a report to embed within an email as HTML.  The report is just formatted text but can be quite lengthy (more than a couple pages).  When I RenderReport as PDF, it exports as expected.  When I RenderReport it renders what appears to be only one page.  I saw that there is Telerik.Reporting.Processing.ReportProcessor.Render that may render more than one page but it is Obsolete.  What is the appropriate process to export the html?

Thanks. 
Kelly Harris
Top achievements
Rank 1
 answered on 29 May 2012
1 answer
192 views
Dear Telerik Team,

  while zooming a chart which which is spread more than 5 pages  the the chart disappears while zooming it more than 250% this happens only when chart Orientation is  "Vertical" please suggest any steps need to be taken care.
I have attached the screen shots.


Thank you.

regards,
Kiran
Steve
Telerik team
 answered on 28 May 2012
4 answers
92 views
Strange, why return this kind of mistake???

1、When  preview , the  reporting  is  ok .   Such   as   the   first     additional     picture.

2、The   "Silverlight  project"  call   reports ,  then    error .    Such   as     the   second     additional     picture. 

3、The   "Winform  project"   call   reports ,  then    error .    Such   as    the    third      additional     picture. 


What    is    the    reason    causing    the    mistake  ?   Strange , Confused, Puzzled ,  Why,Why,Why???


Starry
Top achievements
Rank 1
 answered on 28 May 2012
1 answer
199 views
Dear All,

Telerik Report Version: 6.0.12.215
Visual Studio 2010
Azure SDK Version: 1.6

We are developing on Microsoft Azure Web Application using Telerik Reporting. We are using AppFabric Cache Session Provider to handle session. We are passing parameter to report using session. But when we are using AppFabric Cache instead of default Session Provider. The telerik report have some weird behaviour, which every time we open the report using report viewer. The server side code will run 3 times instead of 1. When try to navigate away from page report viewer webpage, the report will refire into initialize component, after that we found that the value of the session lost and the whole website hang over there until force close the webpage and re open again.


Reference:
Report Code:
public Invoice_Main()
{
InitializeComponent();
string ID = System.Web.HttpContext.Current.Session["ID"].ToString();
}

AppFabric 
Cache Session Provider 
<sessionState mode="Custom" customProvider="AppFabricCacheSessionStoreProvider">
      <providers>
        <add name="AppFabricCacheSessionStoreProvider"
             type="Microsoft.Web.DistributedCache.DistributedCacheSessionStateStoreProvider, Microsoft.Web.DistributedCache"
             cacheName="default"
             applicationName="COREMatter.Web"
             dataCacheClientName="default" />
      </providers>
    </sessionState>

Default Session Provider
  <sessionState mode="InProc" customProvider="DefaultSessionProvider">
      <providers>
        <add name="DefaultSessionProvider"
          type="System.Web.Providers.DefaultSessionStateProvider, System.Web.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" 
          connectionStringName="DefaultConnection" 
          applicationName="/"/>
      </providers>
    </sessionState>
Steve
Telerik team
 answered on 28 May 2012
1 answer
164 views
Can anyone teach me how to use ObjectDataSource in Telerik Reporting? 
I have try a lot of method but it still fail to binding data from my database(Mssql)

Steve
Telerik team
 answered on 28 May 2012
3 answers
303 views
Hello there,

i want to add table data to a chart, like i would do this in excel, but the result i want to have dont come out.
I want to create a bar chart which show me the allocation af diffenrent sortiments...(this table):

sortiment X sortiment Y  sortiment Z ...
12,5 % 20 %  50%  ...

and the result should look like the attached file (excample), but the 1,2,3 should be the sortiments and the yaxis show the percentage.
When i add a table which look like the table above, i get this result (attached file: wrong).
When i add only the data (12,5 % , 20 %, ...) to the chart i get a bar chart with the percantage, and a legend with the field names of m variables, but thats not what i want.
I hope you understand my problem :)

Thanks,
Thomas.


[Edit]: I dont use the telerik report viewer to create an excel sheet or view the report...I use the ReportProcessor and the RenderReport to create an excel sheet on the fly on a database.

[Edit 2]: I found a solution. I create a DataTable with the values i want and the column names for the legend.
Thomas
Top achievements
Rank 1
 answered on 25 May 2012
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?