Telerik Forums
Reporting Forum
1 answer
63 views
I using the telerik web report viewer to display a simple report and the user tends to print it out every time.

Most of the time the printed copy shows up fine but on occasion, the text is all messed up. Not the labels on the report but the actual text for the data.

Any clue to what might cause this problem? I've attached a scan of one of these messed up reports.

Any help is much appreciated.

Loy.
Steve
Telerik team
 answered on 28 Aug 2012
0 answers
128 views
HI
       i have problem with master detail report. I want to merge the parameters of master report to the detail report(like crystal Datalink).








Thanks
Dhamodharan
Dhamodharan
Top achievements
Rank 1
 asked on 28 Aug 2012
0 answers
74 views
hello
i have a problem with data source data
while i want add a new data source show up  this error:
An error  occurred while retrieving the information from the database: The type initializer for 'Microsoft.VisualStudio.DataDesign.SyncDesigner.SyncFacade.SyncTableConfigManager' threw an exception.
i reinstall vs 2008 sp1,but don't solve my trouble.
plz,help me anybody.
thanks.
Zahra
Top achievements
Rank 1
 asked on 28 Aug 2012
1 answer
63 views
Hi all:

I was wondering if there was a good practice in showing the total number of rows being returned within the ProgressText property of a reportviewer control.

It would be displayed like so:

"Getting 200 of 2000 records" - something to that effect;

Any thoughts would be greatly appreciated.

Steve
Telerik team
 answered on 28 Aug 2012
1 answer
190 views
I previously had code to hide my subreports if they are empty.  This code gets an warning now. 

'Public ReadOnly Property ChildElements As Telerik.Reporting.Processing.ProcessingElement.ElementCollection' is obsolete: 'The Telerik.Reporting.Processing.ProcessingElement.ChildElements property is now obsolete. Use Telerik.Reporting.Processing.ElementTreeHelper.GetChildElements() method instead.'

I have looked into the GetChildElements information, but I cannot convert this code properly to remove the warnings.  What is the new way of doing this?

Private Sub subFilesAttached_ItemDataBound(ByVal sender As Object, ByVal e As EventArgs) _
    Handles subFilesAttached.ItemDataBound
    Dim subReport As SubReport = sender
    Dim report As Processing.Report = subReport.InnerReport
    subReport.Visible = report.ChildElements.Find("detail", True).Length > 0
End Sub
Steve
Telerik team
 answered on 27 Aug 2012
1 answer
102 views
Hi..
I'm trying to increase the size of my datapoint but the following has no effect. I would like large points.

   // visually enhance the data points
            seriesDATA.Appearance.PointMark.Visible = true;
            seriesDATA.Appearance.PointMark.Dimensions.Width = 255;
            seriesDATA.Appearance.PointMark.Dimensions.Height = 255;
            seriesDATA.Appearance.PointMark.FillStyle.MainColor = Color.Blue;
        

What am I doing wrong?  thanks again

Elian
Telerik team
 answered on 27 Aug 2012
1 answer
133 views

An error has occured while prosessing html textbox 'htmltextbox1':
The 'U' start tag on line 1 position 36 does not match the end tag of of 'B' line 1, position 55.


This is the html (that is is a db btw)
<HTML><HEAD></HEAD><BODY><B><U>TEST HTML<BR></B>Test<BR><BR><B></U>test<BR><BR></BODY></HTML>

Any help would be appreciated. The latest build I have available to me is Q1 2012

Update: this happens with the latest version as well as I downloaded the demo and tested.

Thanks
Steve
Telerik team
 answered on 27 Aug 2012
4 answers
1.0K+ views
Hi,
I want to know if is possible to work with stored procedure in Telerik Reports (I'm using version Q1 2012).
Thanks.
gezim
Top achievements
Rank 1
 answered on 27 Aug 2012
1 answer
495 views

i got a problem for report text box, my sql data source returns the the field values, these field values assigned to some textboxes through expression but  when running the report textbox values are not disply
like:
i assigned value to text box like : "=Fields.SELECTED_CNT"  my sql datasource query return the value for SELECTED_CNT  is 20 but when i run the report it's not displayed it shows always "0", even it don't show the design time value also, design time value is 2. but it's shows always 0.

can you give me solution for this . 
Steve
Telerik team
 answered on 27 Aug 2012
3 answers
258 views
Hi,

   I am working on Telerik Reporting, i have created the report using CrossTab wizard control. I am showing that report in report viewer.This report contains more number of columns, while exporting the report to PDF it displays in portrait orientation. But i need to display all the columns in a single page. so i changed the report to landscape orientation by using below code.

  Telerik.Reporting.Report oReport = new testReport();
                oReport.PageSettings.Landscape = true;
                oReport.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A3;               
                Telerik.Reporting.Drawing.Unit w = default(Telerik.Reporting.Drawing.Unit);
                if (oReport.PageSettings.Landscape)
                {
                    w = oReport.PageSettings.PaperSize.Height - oReport.PageSettings.Margins.Top - oReport.PageSettings.Margins.Bottom;
                }
                else
                {
                    w = oReport.PageSettings.PaperSize.Width - oReport.PageSettings.Margins.Left - oReport.PageSettings.Margins.Right;
                }
                oReport.Width = w;
                ReportViewer1.Report = oReport;

  This code works fine. But the report has more number of columns means it displays the report correctly. If the report contains less columns means the design is not proper.Totally the table aligned to left side, so it displays the blank space in right side. I have attached the screenshot for my issue. I need to center align the report. Is there any option to that? If so, please send the sample solution. 


Thanks
Nisha
Michel
Top achievements
Rank 1
 answered on 27 Aug 2012
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?