This is a discussion on crystal reports within the ASP and ASP.NET Programming forums, part of the Web Development category; how to display record person name wise in crystal reports in c#...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, The Advantage of Delegates are : 1. Dynamic binding can be done by using delegate because we can call more than one methods at a time dynamically by calling the delegate in which the methods is defined. 2. Delegates are used to encapsulate a method. 3. Delegates are just like C++ functions whick invokes to actual method call. if delegates points to more than one methods than this concept is called multicast. 4. Delegates are functionpointers pointing to instance & static member,they called indirectly. Example: Quote:
6. Delegates are managed function pointers. they are type checked and held in spaces that can be reclaimed by the memory manager. 7. The method name activating for another method name. its represents a class. In c# delegates are objects which towards a function and matchs with the signature. 8. It is used in asynchronus and event based programming. 9. we can combine multiple delegates into a single delegates and its typesafe.
__________________ Krishnakumar.S Beware of Everything -that is un true; stick to the Truth shall succeed slowly but steadily |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Crystal Reports for VS .NET Frequently Asked Questions | Mramesh | C# Programming | 5 | 03-05-2008 10:15 PM |
| Crystal Report Viewer | S.Vinothkumar | Ruby | 3 | 10-16-2007 04:35 AM |
| crystal reports | dips | ASP and ASP.NET Programming | 0 | 10-07-2007 05:00 AM |
| Object reference not set to an instance of an object for crystal reports in .net | KiruthikaSambandam | Database Support | 1 | 08-03-2007 02:26 AM |
| Crystal Report in Vb.net | ewriter | VB.NET Programming | 1 | 04-24-2007 07:01 AM |