Telerik Forums
Reporting Forum
1 answer
61 views
Just though I would let you know the following produces an error everytime and the report designer sort of hangs and has to be closed and repopened.

1. Add a new panel to existing report.
2. Drag an exsting control into the panel
3. Use alt-bksp or ctrl-z to do undo
4. Receive error: Value cannot be null. Parameter name: component.
Steve
Telerik team
 answered on 28 Jul 2010
1 answer
173 views
how can i set a value to the Header of the Table?
for example i have a list<string> that contains the column header text of a datatable. and i need to set the header value to this list so it will display all column names.
i successfully created the rows in the table according to the Datatabl since i can access the body of the table(Table.body). how can i access table header and set its value?
any help?
Steve
Telerik team
 answered on 27 Jul 2010
1 answer
123 views
Hello,
we're currently using a silverlight report viewer and using this to pass a parameter :

   private void btnCarica_Click(object sender, RoutedEventArgs e)
        {
            cvContent.Content = null;
 
            Telerik.ReportViewer.Silverlight.ReportViewer report = new Telerik.ReportViewer.Silverlight.ReportViewer();
 
          //  report.VerticalAlignment = System.Windows.VerticalAlignment.Stretch;
          //  report.HorizontalAlignment = System.Windows.HorizontalAlignment.Stretch;
 
            report.RenderBegin += new Telerik.ReportViewer.Silverlight.RenderBeginEventHandler(report_RenderBegin);
            report.ReportServiceUri = new Uri("../WebServices/TelerikReporting.svc",UriKind.Relative);
            report.Report = "Web.Reports.Rendicontazione.ReportRendiconto,Web, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null";
             
            cvContent.Content = report;
//            wr = new WeakReference(report);
        }
 
        private void report_RenderBegin(object sender, Telerik.ReportViewer.Silverlight.RenderBeginEventArgs args)
        {
            int i = 0;
            string idRapporto = tbRapporto.Text;
            DateTime data = dtPicker.SelectedDate.Value;
 
            args.ParameterValues["ProductCategory"] = "Components";
            args.ParameterValues.Add("a", "1");
        }

I've used a and ProductCategory as in your example just for test, but with no luck... inside the report the ReportParameters field has Count = 0

can you please tell me if it can be a bug of the reportviewer or if I'm missing something really stupid?' Can you provide me a sample demo?
Thanks

Paolo
Steve
Telerik team
 answered on 27 Jul 2010
1 answer
130 views
Hi,

    I'm new to the Telerik scene, and I'm having an issue with creating my first sample report using Telerik Reporting.

    I created the class for the report, and I am in the wizard for what data to get and view.....

    I'm connecting to a MySQL database, and I have the query built in the query builder... and in this query builder the desired output is attained....

    when I go to the next section, the Preview Data Source Results.... whenever I click Execute Query... I receive the following error:

                                 Number must be either non-negative and less than zero or equal to Int32.MaxValue or -1.
                                 Parameter name: dueTime

I never accessed or set anything related to that parameter... I don't even know what this issue is referring.... that's why I'm asking for help.

what do I do to resolve this?


Thanks,
    Amit
Peter
Telerik team
 answered on 27 Jul 2010
1 answer
125 views
Hello,
it's possible to specify the save path when clicking the save button? the dialogbox that appears is empty... I wish I could suggest a filename

Thanks

Paolo
Steve
Telerik team
 answered on 27 Jul 2010
2 answers
100 views
Hi,

I have a very small image of about 3K in size.  When I add it to a picture box in the footer of a page it seems that the report size (PDF) ramps up very quickly.  I am assuming that a copy of the image is stored on each and every page in the PDF.  Is there a way around this (other than not including the image).

Regards,

Jon
Jon
Top achievements
Rank 1
 answered on 27 Jul 2010
3 answers
43 views
I've made a report in which I defined one group 'Category'.  Now I would like to place some extra text in the first groupheader. 

My report contains several categories.  Only for the first category I would like to add some extra text in a separate textbox.  how can I achieve this ?
Steve
Telerik team
 answered on 27 Jul 2010
1 answer
137 views

Hi,
I'm using  Telerik reporting Q1 2010 version  and  Created pay checks report which basically use to generates pay checks. I'm calling  PrintReport()  method in order to send pay checks report to directly to the printer. However, I'm using Troy 13B Font which is Micr font. this font only gets converted when its actual print to the printer. for that they expect this to be in PCL format. However , I'm using this font but does not convert into PCL format its printing as it is string value.

Could you please Help on this issue .

Let me know if you need more information from us.

 

Best Regards, 

Amit 

 

 

Steve
Telerik team
 answered on 27 Jul 2010
1 answer
201 views
Our application print check and we need to insert the MICR font at the bottom of the check.  The MICR commands are printed on the draft just like regular text, instead of being interpreted by the printer as MICR commands.

Example: the escape sequence for the font is "<esc>(0Q<esc>A123456789A"

The printer is unable to convert the sequence. When we print, the above chars just print out like text

Can anybody help with any suggestions ?
Steve
Telerik team
 answered on 27 Jul 2010
2 answers
260 views
In the Q2 2010 (v4.1.10.714) you have listed...Fixed: SqlDataSource timeouts when working with large data

What Does this mean? Has the timeout for the select command been added?

Thanks
Peter
Telerik team
 answered on 26 Jul 2010
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?