thanks for the reply.
so for each different report i would need to customize a .rdlc report? yes i understand that i only need one ReportViewer control to display all the different .rdlc's, i thought i could have a single .rdlc report that can dynamically change to accommodate multiple...
Hi I want to generate multipule reports from different datasets. So for example I have two different datasets:
1. Student DataSet
2. Classes DataSet
The Student DataSet contains these columns:
1. First Name
2. Last Name
3. Address
4. Email
5. Social #
The 2nd DataSet contains these...
Oh I see. I understand how that works now. I thought I could create my own hidden share and do the same. Yes this does work but I was thinking there was another way by typing in just the UNC path.
I tried the "net use \\server1\apps$" and it performs the action, and at the end of the cmd prompt it says "the command completed successfully," but it did not prompt for user/pw. I had to create another share on the folder called "apps$" still does not prompt. However if I use "Net use...
Thanks for the quick response. No none of the users are mapped to \\Server1. That's strange I thought there would be a setting on the server side to turn this option of alternate credentials. Like an XP that's not joined to the domain, one XP machine to another will ask for credentials. I'm...
I have XP pro desktops that are joined to a domain. Most users do not have access to the "\\server1\apps\" folder. There are not explicitly denied, just not on the ACL list. For the most part our helpdesk techs remote into the clients PC and need access to the apps folder. When they type in...
Oh I'm just practicing with C# books "Deitel C# for programmers." In this exercise it has an .mdf. I drop the tables into the "form" but when I do this it automatically creates the adapter, binding, and dataGrid. For learning purposes I wanted to create those items manually but I'm already...
Hello I'm trying to create a connection string to a AddressBook.mdf file. This file only has 1 table which is "Addresses." This file is located in the root of C:\ Here's what I have:
public Form1()
{
InitializeComponent();
string conn =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.