Telerik Forums
Reporting Forum
1 answer
103 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
778 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
195 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
95 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
201 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
172 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
308 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
2 answers
324 views
Hi,

I am new to Telerik reporting, and I have just tried using it via the Trial version (Q2 2010).  I have successfully created a report and preview it , but when I try to use the WPF viewer I hit the following exception.

Could not load file or assembly 'Telerik.Windows.Controls, Version=2010.1.421.35, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)  Error at object 'System.Windows.ResourceDictionary' in markup file 'Telerik.ReportViewer.Wpf;component/Themes/OfficeBlack/ReportViewer.xaml'.

The problem occurs when I run the WPF Application which has the Report viewer

I have found that if I add a reference to
  • Telerik.Windows.Controls.dll, 
  • Telerik.Windows.Controls.Input.dll, 
  • Telerik.Windows.Controls.Navigation.dll,
  • Telerik.Windows.Data.dll 


Notes:
  • I've the Q2 Rad controls SP1 and also Q2 Rad controls SP1
  • I've Visual Studio 2008 SP1 & .Net Framework 3.5 SP1

Any Help !!

Thanks in advance
Mahail
Top achievements
Rank 1
 answered on 24 May 2012
1 answer
119 views
Hi,
I want to give dynamic values for y axis in chart using vb code and i need the code programmetically.
Steve
Telerik team
 answered on 24 May 2012
1 answer
280 views
I have a report Viewer in a web user control. The control displays Ext.NET window which has Report viewer control. Following is the declaration of Report Viewer:

   <telerik:ReportViewer ID="Viewer" runat="server"
        ViewMode="PrintPreview" Width="100%" Height="500"
ZoomMode="PageWidth" >
<Resources ProcessingReportMessage="Please wait" />
    </telerik:ReportViewer>

 the code behind has the following: 

   public partial class ucReport : Finance.Controls.BaseUserControl
    {
        public void Print(int id)
        {
            try
            {
                Reports.VoucherReport report = new Finance.Reports.VoucherReport();
                report.ReportParameters["voucherid"].Value = id;
                Viewer.Report = report;
                Viewer.RefreshReport();
                winPrint.Show();
            }
            catch (Exception ex)
            {
                Boxes.Error(ex);
            }
        }
}
 During the execution the report viewer appears blank. no exceptions are raised nothing. I dont know if I'm doing anything incorrect. please help me
Steve
Telerik team
 answered on 24 May 2012
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?