Telerik Forums
Reporting Forum
1 answer
94 views
Hi,

I followed the instructions here:
http://blogs.telerik.com/telerikreportingteam/posts/13-03-26/telerik-reporting-in-mvc-sure-it-takes-8-quick-steps-

to add a report to a webpage.

But, when I open the page, the toolbar icons are ridiculously oversized. (image of my webpage attached)

Is there a fix for this?

Help please,
Thanks
Peter
Telerik team
 answered on 27 Jan 2014
2 answers
1.0K+ views
sorry. I'm beginner.

I want GrandTotal.

How to Sum Textbox1.value + textbox.value2 ?
Hinata
Top achievements
Rank 1
 answered on 27 Jan 2014
1 answer
50 views

Hi Team,

 

I am facing an issue while designing a telerik report using visual studio 2010.

If I create a fresh report by following all the steps in wizards, where I can choose the number of column of my choice and finishes the wizard completely.

 
Then I am able to see/show the report on web page, but if later I am required to incorporate few more column out of my DataSet then I couldn’t see the Data Layout window anywhere in VS2010 to incorporate the other columns.

 

Please help me out how can I find out the data layout window (explorer sort of...) into the VS2010.


Regards,
Shyam
Stef
Telerik team
 answered on 27 Jan 2014
1 answer
73 views
Is there a way, using the web report viewer, to have a drill thru report open in a new window?  I have my 2 reports running great, but from a performance perspective I would like the drill thru/detail report to open in a new window so that the original is still accessible to the user without the report having to be regenerated when they go back to it.

Any options would be appreciated

Chris
Nasko
Telerik team
 answered on 24 Jan 2014
1 answer
244 views
Hi team,
I am new for this telerik reporting, I want to create using parameter pass to data-source using stored procedure parameter then i want display data in Report.
Ex: my SP like this

select * from table where Id=iId;   So I need to pass value for this iId value through code behind and get that datasource to report.

For this how we pass value report parameter, i am getting report parameter  value like this.
report1.ReportParameters["iId"].Value = "2";

But I am not able to set this value available members in datasource parameter value is setting 0. So how can i force to pass this code behind value to that datasource. Data is not displayed because of not passing value to my datasource storedprocedure.

Please give reply ASAP.

Thanks and Rgd's
Surendra Reddy.


Unknown
Top achievements
Rank 1
 answered on 24 Jan 2014
1 answer
218 views
Hello,

I have a User control built like the example in the Reporting documentation("How to: Add report viewer to a WPF application"), where the report viewer control is added to the user control, and the report source is set in the control constructor. I then open the report by adding the control to a RadPane and adding it to the Main WPF Window. My question: how can I set the report source from outside the control before or after I add it to the RadPane? Here's how I open the report:

Grid

 

 

grid = new Grid();

 

grid = PanelGrid();

 

 


TextBlock title = new TextBlock();

 

title = DisplayText();

title.Text =

 

"PSR Report";

 

 

 


 

 

 

Frame addFrame = new Frame();

 

 

 

//Report Viewer is the control with the embedded viewer

 

// How can I specify the report source from here??
//
addFrame.Source =

 

new System.Uri("/ReportViewers/ReportViewer.xaml", UriKind.Relative);

 

 

 


//Create RadPane

 

 

 

RadPane PSRPanel = new RadPane();

 

PSRPanel.Header =

 

"Report Viewer";

 

PSRPanel.Content = grid;

 

 


MainWindow.mw1.radPaneGroup.Items.Add(PSRPanel);

 

 

 


Grid.SetRow(title, 0);

 

grid.Children.Add(title);

 

 

Grid.SetRow(addFrame, 1);

 

grid.Children.Add(addFrame);

Thanks,
Spencer

IvanY
Telerik team
 answered on 24 Jan 2014
1 answer
295 views
Hi all, I want to generate a bar code with the Coding GS1-128 and can not find it in the list symbology. How can I generate?. I'm using version 7.2.13.1016
Nasko
Telerik team
 answered on 24 Jan 2014
3 answers
169 views
I'm occasionally having a user which is throwing the following errors, which appear to be associated with the ReportViewer control and/or caching. I can't repro. Please advise:

System.ArgumentException: MissingUrlParameter<br>Parameter name: Name<br>   at Telerik.ReportViewer.WebForms.EmbeddedResourceOperation.PerformOperationOverride() in c:\temp\reporting\@RBuild-19923\Reporting_Build\Source\Code\Telerik.ReportViewer.WebForms\EmbeddedResourceOperation.cs:line 23<br>   at Telerik.ReportViewer.WebForms.HandlerOperation.PerformOperation(HttpContext context, ICacheManager cacheManager) in c:\temp\reporting\@RBuild-19923\Reporting_Build\Source\Code\Telerik.ReportViewer.WebForms\HandlerOperation.cs:line 47<br>   at Telerik.ReportViewer.WebForms.BasicHandler.ProcessRequest(HttpContext context) in c:\temp\reporting\@RBuild-19923\Reporting_Build\Source\Code\Telerik.ReportViewer.WebForms\HttpHandler.cs:line 189<br>   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()<br>   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


and

System.ArgumentNullException: Value cannot be null.<br>Parameter name: key<br>   at System.Web.Caching.CacheKey..ctor(String key, Boolean isPublic)<br>   at System.Web.Caching.CacheInternal.DoGet(Boolean isPublic, String key, CacheGetOptions getOptions)<br>   at Telerik.ReportViewer.WebForms.WebCacheManager.get_Item(String key) in c:\temp\reporting\@RBuild-19923\Reporting_Build\Source\Code\Telerik.ReportViewer.WebForms\WebCacheManager.cs:line 22<br>   at Telerik.ReportViewer.WebForms.HttpHandler.ValidateStreamManager(HttpContext context) in c:\temp\reporting\@RBuild-19923\Reporting_Build\Source\Code\Telerik.ReportViewer.WebForms\HttpHandler.cs:line 100<br>   at Telerik.ReportViewer.WebForms.HttpHandler.GetRequiredSessionStateMode(HttpContext context) in c:\temp\reporting\@RBuild-19923\Reporting_Build\Source\Code\Telerik.ReportViewer.WebForms\HttpHandler.cs:line 74<br>   at Telerik.ReportViewer.WebForms.HttpHandler.GetHandler(HttpContext context, String requestType, String url, String pathTranslated) in c:\temp\reporting\@RBuild-19923\Reporting_Build\Source\Code\Telerik.ReportViewer.WebForms\HttpHandler.cs:line 28<br>   at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()<br>   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)<br>
Stef
Telerik team
 answered on 24 Jan 2014
16 answers
776 views
Hi

     I installed the telerik_reporting_2010_1_10_317_trial.msi on my xp pro system. I followed the instruction to create a new telerik report. but received error message :
  The assembly reference "Telerik.Reporting, Version=4.0.10.317,Culture=neutral,PublicKeyToken=a9d7983dfcc261be" could not be added to the project. This wizard will continue to run , but the resulting project may not build properly.

Please help

regards

Willie
KS
Top achievements
Rank 1
 answered on 24 Jan 2014
5 answers
287 views
Hi,
           
              I need to have a table sort of structure appear from second page on wards at the top of the page after header section. table I add should be visible if pageNumber > 1. I added a set of texboxes in a panel to the header section and made it visible conditionally using pageNumber, but when hidden it leaves a space :(. if I can repeat a table structure in page body section and make visible after the first page would help me. I need an answer soon. thank u in advance guys.

                 
Shivanka
Top achievements
Rank 1
 answered on 24 Jan 2014
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?