Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit Silverlight tool for Reporting?
13 replies. Latest Post by billsm on March 26, 2009.
(0)
SakshiB
Member
0 points
6 Posts
02-26-2009 12:33 AM |
Hi,
Do we have a free tool for reporting? I need to create reports and was looking for some free Silverlight tool that can help me doing that
Can someone help??
Thanks
Sakshi
MarkMonster
Contributor
5220 points
1,046 Posts
02-26-2009 2:39 AM |
You can make use of some of the controls in the Silverlight Toolkit like the Chart control. http://www.codeplex.com/Silverlight/Wiki/View.aspx?title=Silverlight%20Toolkit%20Overview%20Part%202&referringTitle=Home
If you want more nice reporting features you will probably need to look at commercial kits like: http://www.perpetuumsoft.com/Product.aspx?lang=en&pid=102&tid=features
brauliod
Participant
1169 points
472 Posts
02-26-2009 6:17 AM |
SilverlightToolkit should be the official answer
you can take a look as well to visifire http://visifire.com/ free and open source</p>
HTH
Braulio
NavinKum...
295 points
227 Posts
02-26-2009 6:32 AM |
hai friend you can go with this link and try out
http://demos.telerik.com/silverlight/default.aspx#Home
02-26-2009 7:23 AM |
Navin, The telerik one is nice but not free :-).
02-27-2009 12:27 AM |
yes Brauliod, its not free we can download the trial version of some .dlls and i am using it if you need send me your's mail id i will upload the dlls and some tutorials regarding it ok, i am using the menu its very nice
02-27-2009 12:44 AM |
Hi Navin,
I would like to know more about .dlls you are talking about. Are these downloaded from the telerik site? Please elaborate on what these dlls are. Will these help me in reporting?
02-27-2009 2:00 AM |
hai SakshiB
sorry for delay reply. the dLL means dynamic link library it can be used any number of times in a project it consist of functions or any other statements which we have to use in various parts of our program
the following link shows how to use dll in a project and how to create it work out this example and reply me
http://www.homeandlearn.co.uk/csharp/csharp_s16p1.html
and please read this
1) Short for Dynamic Link Library, a library of executable functions or data that can be used by a Windows application. Typically, a DLL provides one or more particular functions and a program accesses the functions by creating either a static or dynamic link to the DLL. A static link remains constant during program execution while a dynamic link is created by the program as needed. DLLs can also contain just data. DLL files usually end with the extension .dll,.exe., drv, or .fon.
A DLL can be used by several applications at the same time. Some DLLs are provided with the Windows operating system and available for any Windows application. Other DLLs are written for a particular application and are loaded with the application.
2) Short for Delay Locked Loop, Delay-Locked Loop (DLL) supports high-bandwidth data rates between devices. These DLLs are circuits that provide zero propagation delay, low-clock skew between output clock signals throughout a device, and advanced clock domain control. These dedicated DLLs can be used to implement several circuits that improve and simplify system level design.
02-27-2009 3:08 AM |
Telerik, Component One, Infragistis... all this third parties components companies makes quite good stuff, the only thing is that you have to target it for commercial applications (cost money, worth it, but you need bussiness :-)).
Using a trial just to know how it works it's ok, but just grabbing the DLL's from the XAP files and use it for commercial purpose without paying for the product, I would say it's no legal, ensure that you are using legal stuff before going into troubles :).
02-27-2009 3:09 AM |
Navin, I guess you got my question wrong.. I have worked with dlls earlier. What I wanted to know was the dll you are talking about, will these be helpful for reporting?
Could I get these dlls so that I can also try my hands on this.
02-27-2009 5:10 AM |
i know that Brauliod i am doing those things only in my final year project for just subimitting that so there may not be a problem. its ok
please say how to create menu strip in silverlight, i need some menu should be disabled or it should not appear to those users according to the person logging in. more than that i need to know can me include XML file for the tags(ie can we use the XML tags for menu) can you understand what am i looking for many doubt regarding menu handeling in silverlight
02-27-2009 5:13 AM |
its a DLL used to make menu control in silverlight, did you know how to create strip in silverlight i need a simple method
03-02-2009 12:54 AM |
mr.Brauliod can you say be what is the difference between asp.net web application project ans asp.net web site in the dialog box which appears while creating silverlight application and
1.what is the use of these both??
2.what can we use for our project??
3. say clearly please
billsm
1383 points
490 Posts
03-26-2009 4:59 PM |
a silverlight project uses a web application. Web application use html then use asp.net ajax to communicate
a client-server technology. A web application(silverlight) is more enterprise driven
You are going have to study asp.net ajax ado.net entity framework linq etc http://silverlight.net/learn/tutorials/controls.aspx silverlight tutorial
a web form just uses just server side coding http://www.asp.net/learn/videos/video-13.aspx learn asp.net web form
web forms is an older technology not as enterprise driven
you will have to learn both of them to understand.....