Telerik Forums
Reporting Forum
0 answers
88 views
Is there any chance to use Telerik Reporting with a Database Paging strategy?? I have worked in ASP.NET traditional development and also with some of the new MVC Javascript architectural development strategy. I have co-workers who want to move away from Telerik and Roll our own Reporting tool using Ajax and Database paging.
  Any information you could provide about this and the future of Telerik Reporting would be great. Thanks.

Sincerely,

ISIS 
Laura
Top achievements
Rank 1
 asked on 08 Nov 2012
2 answers
366 views
Hi
I have a report that use report parameter to filter some data,and also I have master page with form decorator in it.
I set skin  property of report viewer to Hay (for example) to report get style.
but report parameter did not get any style.
Now my question is:
how can I set skin or style for report parameter controls in my report?
for example my date picker in report parameter or my drop down list have an Hay skin.

Brian
Top achievements
Rank 1
 answered on 08 Nov 2012
3 answers
83 views

Hello all. I am very new to Telerik charts and have decided to create my first pie chart and as a result I am without a lot of hair I started with. I can not for the life of me figure out how to get this pie chart to show actual numbers on it. I would have thought that numbers on a pie chart would be rather elementary but no matter what I change or set, all I get is the item name but not the actual number the slice of pie represents. Can anyone please, please give me a clue??

Please see attached picture for example of what I am talking about.

Thank you in advance!

Malcolm

Malcolm
Top achievements
Rank 1
 answered on 07 Nov 2012
1 answer
134 views

Hi,
I have used HTML TextBox in my Report and i have given the values for HTML TextBox like the below  format are as follows,
 ='|              |              |'

Senario:

In the HTML TextBox, if i give values upto 99 characters  it works fine and if i give more than 99 characters then getting Error which i have attached(ErrorMesage.png).

Solution:

Error should not occur If i give any no of characters  in HTML TextBox(htmltextbox_report.png).

I have briefed the above details in the attachment too and kindly provide me the solution for the senario.

Steve
Telerik team
 answered on 07 Nov 2012
1 answer
120 views
I'm trying to create a SubReport using an entityDatasource.  I am able to do it using the Designer, however I need to do it in code because i'll need to join some tables (unless I can do this in the Designer).  I've tried to emulate the code example here  http://www.telerik.com/help/reporting/entitydatasource-retrieving-data-from-an-entity-data-model.html but to no avail as it never shows up in the configuration of mydatasource.

Is there a downloadable example anywhere that I could refer to?
Steve
Telerik team
 answered on 07 Nov 2012
1 answer
67 views
Hello

I've got a problem while using ChartSeriesItem.ActiveRegion. I do generate the items programmatically and add them to a series.
foreach (var a in b)
{
    ChartSeriesItem objItem = new ChartSeriesItem();
    objItem.YValue = 1;
    objItem.Name = "test";
    objItem.ActiveRegion.Click += new RegionClickEventHandler(ActiveRegion_Click);
    objItem.ActiveRegion.Attributes = "onclick:alert('test')";
    objItem.ActiveRegion.Tooltip = "test";
    objItem.ActiveRegion.Url = "www.google.com";
    objSeries.Items.Add(objItem);
}

void ActiveRegion_Click(object sender, RegionClickEventArgs args)

{

 

throw new NotImplementedException();

}

But the handler is not getting fired nor the alert is shown..

Is there something i miss?

Thanks and best regards

Steve
Telerik team
 answered on 07 Nov 2012
0 answers
71 views
Hi,
I
am using the Telerik Reporting v: 5.0.11.316 in WebApp
When I close my report
The server memory is not empty

why?
Hossein
Top achievements
Rank 1
 asked on 07 Nov 2012
4 answers
329 views
I'm new to reporting so maybe I'm missing something basic here.

I have a .NET web application. I have a ReportViewer tied to a Report on a page. At runtime I want to programatically assign a LinqToSql query to the report control. I've tried doing this (see code) but I get the following error on the report viewer:
An error has occurred while processing Report 'ARQSort': Cannot access a disposed object. Object name: 'DataContext accessed after Dispose.'.


namespace CMS
{
    public partial class ARQSort : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {
            CMS.Reports.ARQSort report1 = new CMS.Reports.ARQSort();
 
            using (CMSDatabaseDataContext myCMSDataContext = new CMSDatabaseDataContext())
            {
 
                IEnumerable<arq_recipient> arqSortQuery = (from a in myCMSDataContext.arq_recipients
                                                      where a.fdc_accepted == true
                                                      select a);
 
             
                // Assigning the ObjectDataSource component to the DataSource property of the report.
                report1.DataSource = arqSortQuery;
                 
                Telerik.Reporting.InstanceReportSource instanceReportSource = new Telerik.Reporting.InstanceReportSource();
                instanceReportSource.ReportDocument = report1;
                ReportViewer1.ReportSource = instanceReportSource;
 
            }
 
        }
   }
}


What am I missing?
Randy
Top achievements
Rank 1
 answered on 06 Nov 2012
0 answers
79 views

When trying to use Telerik Report Wizard to connect to an objectdatasource, I get the error "An error occurred while invoking data retrieval method"  Try restarting VisualStudio."

Please can someone help me troubleshoot this. I am using version Q3_2012_v6_2_12_1017.

Thanks.
nikky
Top achievements
Rank 1
 asked on 06 Nov 2012
1 answer
159 views
Hi there,

I'm trying to build an official sort of government form, and we need to be able to print an ID number in 'blocks'.
So I'm wondering if there is a way to display a single report field approx 13 characters long, with borders between each character, or perhaps set the text spacing and overlay it on top of such blocks.
What would be the best way to approach this issue?

I've attached a screen clipping of the block I need to show.

Thanks!
Stephen
Steve
Telerik team
 answered on 06 Nov 2012
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
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?