Hiding Links By Default When Passing Report URL To Users
Jan 5, 2011
I have an SSRS remote report whose URL I want to give to intranet users. But the report is displayed in report manager in internet explorer, users can see the Home, My Subscriptions | Site Settings | Help links at the top of the report. So if a user clicks on the Home link, they might get access to the other reports they are not supposed to. Is there a way of formatting the url such that those links that appear above the report in report manager are hidden by default when the report is vied from the that formatted link?
View 1 Replies
Similar Messages:
Mar 26, 2010
I need to hide certain entries from the mail content. I send mail through ult_smtp in oracle. i want to hide the link I passed For eg: I send the link [URL] but I don't want to display that sran & eid. I want to display [URL] alone its possible?
View 2 Replies
Mar 21, 2010
im my search.aspx page
i have added a DataPager with custom handling, it works fine except i can figure out
how to hide to next and previous links in case there is no need for them for example if the search reslut is just one there no need to show them
[Code]....
View 2 Replies
Jan 28, 2011
I need textbox values to crystal report so that i can print customised report;
View 1 Replies
Mar 9, 2011
I would like to ask if somebody knows how to deny view of page in the telerik rad menu to anonymous users. So if the user wont be leged in then he wont be alble to see a page in the rad menu, but when he log in the the page show up in the menu.
View 2 Replies
Sep 21, 2010
I need my gridview to display no records when the user first lands on the page. Right now it's showing all records by default based on a query I've defined in a Table Adapter in my dataset.
I have 2 web controls that the user employs to filter data (or view all records). They are working fine--I just need to have the gridview show nothing by default.
View 12 Replies
Mar 28, 2011
We use grouping to display master-detail report. If there are only nulls in a corresponding part of a report data source flat table, how can I not show empty records?
View 1 Replies
Mar 24, 2010
I am using a reportviewer control to display some key reports on my page. These reports are RDLC reports and some of them have multiple tables in them each being fed by a separate datasource.
There are times when some datasets do not return any values. When this happens these table show up as blank with just the headers in them.
Is there a way to hide a table, when there is no data returned by a Dataset (or the filter) on the table?
At the least, can a message "No Rows Returned be Displayed" when there is no data?
View 2 Replies
Feb 28, 2011
I'm working on Visual Studio 2008 and SQL Server 2008, language C#
Multiple parameter passing in crystal report in asp.net. I have two parameter @accountnumber and @customerid at time. I can only pass one parameter to my.
[Code]....
View 2 Replies
Apr 1, 2011
i have a report and i want to display it on a webform. Reports without parameters are working nice and fine. Reports with parameters are creating headache for me. this is the code i have written in BindReport method, which is called on page load event of the form.
[Code]....
i have tried variety of things like assigning ParameterFieldInfo to reportviewer control but, it shows me prompt on page load asking for parameter values of the report. i m using .NET 4.0 EDIT i m using push model for crystal reports. does it change the way we can pass parameters to report from asp.net
View 2 Replies
Jan 20, 2010
I have to display the report, For this i have used stored procedure that returns the complete dataset for the reporting.
The scenario is that, In SP there is ID instead of actual display name, and i need to display the name. The actual problem is that to get the name instead of ID, we have to query in another DB.
So,
Is it possible to query to another DB to get Name instead of ID ??
Or,
Can we pass the complete Dataset to the report viewer page from the ASPX page. As in the aspx page it is easier to calculate the name from ID.
View 2 Replies
Sep 2, 2010
I have a web page that displays some data. When they click a submit button, I want to run a report. But I would like to pass the start year/month and end year/month values that the user already entered on the web page to the report. Here is what my url looks like when the report is displayed:
http://xyzserver/Reports/Pages/Report.aspx?ItemPath=%2fReports%2fDevicesAllNew&rs:Command=Render&StartYYMM=201007&EndYYMM=201008
But my report displays the 2 textboxes for my StartYYMM and EndYYMM parameters as empty. What am I doing wrong? I did a google search and I saw something about using ReportServer instead of ReportManager. I notice at the top of the browser when I run my report, it reads "Report Manager - Windows Internet Explorer". Is this correct?
View 3 Replies
Jun 17, 2010
I am trying to pass date as parameter from my asp application to crystal reports.
If I pass 1 jan 2010 to 16 Jun 2010 it will not get me some of the records which are on dates like 11 april 2010. And If i select dates between 1 Jan 2010 and 30 Nov 2010 then system will get me the records. Here I understood that system is not understanding the date format the problem is in date format of "dd/mm/yyyy" and "mm/dd/yyyy".
View 1 Replies
Jan 5, 2011
I am developing a web app containing an embedded Reportviewer control, a dropdownlist and Ajax TabContainer. The ReportViewer refreshes the report for every tab click in the TabContainer or for every SelectedIndexChanged event of the dropdownlist. The report I am generating is a 6-month trending report displaying statistical data for the last 6 months from the month and year selected in the dropdownlist. I have used Report Parameter to pass the selected date value (from dropdownlist) from the code to the Report (.rdlc). Using Expressions in report file I have displayed last 6 months names from the passing date value. The C# code looks like this.
ReportParameter p1 =
new
ReportParameter("ReportParameter1", [code]....
The problem is I am not able to set parameters more than once using SetParameters. I will need to pass the parameter value for (a)Everytime the dropdownlist item for month is changed (b) Everytime the TabContainer ActiveTab is changed (c) When the page loads for first time displaying the report for first time. Can someone advise how to pass different values for the same report parameter under different scenarios? Can we change the parameter value passed once it has been set using SetParameters?
View 1 Replies
Sep 6, 2010
how can I add default users in my web.config to test my asp: login control
View 1 Replies
Dec 2, 2010
I have an ASP.NET 3.5 intranet website which has a default page with a menu and when the user clicks on a menu item, I display the page for that menu item in an iframe embedded within the default page. but if the user types the URL of a page directly in the browser, then I would like to redirect him to the default page, because all the content pages do not have a menu. (Master Pages will solve this issue, but I can't use Master page here for a reason and don't want to go into those details). how to find out if user has arrived at the page directly by typing the URL or by clicking on the menu item, so that I can decide whether to redirect or not? Is this possible to find out? btw this is an intranet site and no login is required.
View 2 Replies
Feb 13, 2010
I am using DAAB with stored procedures. I use stored procedures more then once if possible. If I add a parameter later in stored procedure, I have to supply value for this in functions where it is even not being used as well, other wise it shows an error that number of parameters are not same. if I add parameter in last of parameter list in stored procedure and set a default value for it and I may have not to provide value for this from functions where I am not using it.
View 1 Replies
Feb 24, 2011
I want to generate crystal report in pdf format. I had done the same thing by passing one parameter. But this time I want to pass 10 parameter. I followed the same thing what I did for passing one parameter.
But now I got the Error Message "Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack."
[Code].....
View 1 Replies
Nov 15, 2010
I'm using VS2008 and SSRS 2008 R2 and server-side report, we run into an issue with the native Report Viewer seems to always display the report in portrait, but when printing it prints in the correct orientation of the report as it's designed. The problem is that in the report viewer it shows a different number of pages than when it prints. For example if the report is designed in landscape, the report viewer will say the report has 4 pages (because it displays in portrait), but when printed the report is actually 9 pages (because it's landscape). Is there a way to set the report viewer to display the report in the orientation of the report as it's designed?
View 6 Replies
Oct 25, 2010
I'm having some troubles defining and passing report parameters to subreports in VS 2010. In VS 2008 in the design view I was able to right click and define the report parameter and have it passed through.
In VS 2010 that prompt is missing. So my question is, how can I pass a value from a parent report to a subreport in VS 2010?
Additionally, this is what is shown in the Report Properties dialog inside of VS 2010:
For the time being I have defined the parameter in the subreport manually in the XML but I'm receiving an error from the main report when I attempt to pass a parameter of any type to the subreport.
The error is :
An error occurred during local report processing.
Value cannot be null. Parameter name: value
Where I do not have a parameter named value defined anywhere.
View 2 Replies
Jul 3, 2010
How can i remove the default space between two pages in Crosstab report
View 1 Replies
Jul 16, 2010
I created a new blank ASP.NET Website using VS 2008.
View 2 Replies
Mar 13, 2012
ReportViewer1.LocalReport.ReportPath = Server.MapPath("reports/DETAILS.rdlc");
ReportDataSource rdS = new ReportDataSource("PERSONAL",
GetData()); ReportViewer1.LocalReport.DataSources.Clear();
ReportViewer1.LocalReport.DataSources.Add(rdS);
ReportParameter rp = new ReportParameter("Year", ListYear.SelectedValue);
ReportViewer1.LocalReport.SetParameters(new ReportParameter[] { rp });
I have a listbox with year and another with month
I need that the report when generated by default shld be of current month & year
when the users selects the month or and year from the listbox i shld get the reposrt accordingly
I get error when passing parameters
I tried using even server report instead of local
When using local i get report path not set ....
View 1 Replies
May 30, 2010
I need to force SSL when going to the final checkout page (for example from default.aspx to checkout.aspx).
I need to pass variables to this check out page and tried to use server.transfer(https://www.mydomain.com/checkout.aspx). I then use previous page .Fincontrol to read text box and label name to this check out page. If I only do the server.transfer("~/checkout.aspx") then my I can read all vakues of my controls from the passing default.aspx page.
But when I force https:// then I cannot read the control values from default.aspx page.
Please give me some tips on how to get control values to the https:// destination page or if you have another tips on how to do it the right way, please let me know.
View 8 Replies
Aug 18, 2010
I've a default.aspx page in my application's root folder. I added a a page in the root of inetpub that redirects requests to the default page. The idea is that the user need only enter the server name to get to the default page. How can I set things up so that all users have access to the default.aspx and that they only have access to the other pages once they've been authenticated?
I am using Windows Integrated Security and the users are being challenged and authenticated properly. I want them to be able to access Default.aspx without any challenges.
(On a side note which may answer this question, when using WIS does the user *allows* have to be challenged? Isn't it possible to pass through their Windows User and ID without the prompt?)
c: inetpubwwwroot
edirect.aspx (set as default document in IIS and simple executes Response.redirect("sites/mercury/default.aspx")
c:documents and settingsall usersdocumentswebsitesmercurydefault.aspx (home page for the site & server)web.config includes
[Code]....
View 2 Replies