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.
Grid
grid = new Grid();
grid = PanelGrid();
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);
RadPane PSRPanel = new RadPane();
PSRPanel.Header =
"Report Viewer";
PSRPanel.Content = grid;
grid.Children.Add(title);
Grid.SetRow(addFrame, 1);
grid.Children.Add(addFrame);
Thanks,
Spencer
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)
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
>