Telerik Forums
Reporting Forum
1 answer
182 views
I'm using the same reports/charts to display in both Web pages and in WinForms.  In the web pages the reportviewer displays the report with no margins in a 7-inch wide by 4-inch tall display.  On printing, these print nicely with margins as set in the PageSettings properties.

Whereas, in my WinForm pages, the reportviewer displays the report in "page" mode with the PageSettings margins.  So there is a long vertical scroll bar with the lower 60% of the "page" blank.  Is there any way to get the WinForm reportviewer to display compactly with no margins and no vertical scroll bar, like the web pages do?

Dan
Steve
Telerik team
 answered on 25 Feb 2011
1 answer
171 views
DataTable dt = "DataTable with some data";
TrackTime tt = TrackTime();  //Master report with subreport 'SubTrackTime'
if (dt != null)
{
       Telerik.Reporting.SubReport subReport = tt.Items.Find("subReport", true)[0] as Telerik.Reporting.SubReport;
       SubTrackTime stt = (SubTrackTime)subReport.ReportSource;
       Telerik.Reporting.Table tbl2 = stt.Items.Find("detailTable", true)[0] as Telerik.Reporting.Table;
        tbl2.DataSource = "DataTable with some data";
        Telerik.Reporting.Table tbl = tt.Items.Find("timeTable", true)[0] as Telerik.Reporting.Table;
         tbl.DataSource = dt;
         rvTimeTrack.Report = tt; //rvTimeTrack - reportViewer
}
This code is codebehind of *.aspx. The master report with table "timeTable" shows up, but the subreport doesn't. Why? What I do wrong?
Steve
Telerik team
 answered on 25 Feb 2011
1 answer
150 views
Hi,
I want to save the report by its default name as  the Report when i am going to Export the Report in Web Application,My reportviewer is in Silverlight,is there any way to do this.
please can any one help its urgent

Regards
Steve
Telerik team
 answered on 25 Feb 2011
1 answer
71 views
See Image,  Spacing is tight in designer but then spreads out in viewer.
Peter
Telerik team
 answered on 24 Feb 2011
3 answers
364 views
When building expressions in the designer and there is a null string the resulting string is null

type = null
size = "5x5x1/2"
length = "5 feet"

expression
=Fields.type + " " + Fields.size + " " + Fields.grade

resulting value is null in report textbox

It sure would be nice to Directly support string.Format(string, params object[] items) in expressions.
My guess is the params is not easily translated. from an expression.
Steve
Telerik team
 answered on 24 Feb 2011
0 answers
76 views
Good morning all.  I guess this is what I get for staying up until 1 am working on reports!  I came into work this morning and was "cleaning up" my old reports, and deleted this file!  Now NOT ONE of my reports work!  Am I foo-barred?  Please say no?  When I open a report I can see my DataSource name, but it won't run.  I get this error: ClassLibrary.DataSetTableAdapters.DataSetTableAdapter' is not defined.

Any help is greatly appreciated!
Terri
Terri-Lynn
Top achievements
Rank 1
 asked on 24 Feb 2011
1 answer
90 views
Hi

I have a problem with my Silverlight application.
I'm using reporting telerik Q3 2010 and silverlight 4.
My solution is composed by:
  A project for the dll of the reports.
  A project for the Silverlight application, which has the report viewer.
  And the website that hosts the silverlight application.

When I deploy the web project on a web server , the reports don't display the charts

thanks in advance
Steve
Telerik team
 answered on 24 Feb 2011
1 answer
97 views
Unfortunately when exporting to XLS the accurate report layout is not guaranteed. For example row and column spacing can be inconsistent with what you see in the report viewer.

The problem was already reported and Telerik accepted it but nothing could do to address the issue.

Our application handles this problem by running the VBScript for resizing the spreadsheet rows after the exporting. This works reasonable fine if exporting is done programatically (after RenderReport returns):
ReportProcessor reportProcessor = new ReportProcessor();
RenderingResult result = reportProcessor.RenderReport(type, (IReportDocument)report, null);
    
But how to detect export completion and the exported file name if the report was exported by clicking the export button on the ReportViewer toolbar. I cannot find any appropriate event in ReportViewer for this.

Any suggestion would be appreciated.
Steve
Telerik team
 answered on 24 Feb 2011
1 answer
97 views
I had telerik installed (Telerik_Reporting_Q3_2010_v4_2_10_1221_dev) and generating reports just fine until i upgraded it with the latest telerik internal build (01059Telerik_Reporting_4_2_11_204_DEV). The new version had some designer issues so I un-installed it completely and installed the default mentioned version(which was working just fine for me till now).

 Now whenever i generate a report i get a following error message in the report viewer. I re-installed the telerik several times but no luck.

Error message
An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.

What can i do to fix this?

Please let me know. Thanks.



Steve
Telerik team
 answered on 24 Feb 2011
3 answers
133 views
Hi,

I have a lot of reports which use many parameters, most of which are multiselect and allow null, where null means 'select all'.  Is there a way to customise the parameter area in the WPF reporting control so that rather than displaying the word NULL with a checkbox beside the dropdown, it can display the word ALL?

Thanks
Steve
Telerik team
 answered on 24 Feb 2011
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?