Tag Archives: c#

Tip: Get report parameters as text from Crystal Reports in C#

I am starting a new set of posts presenting small code snippets in C# you could use when working with Crystal Reports in Visual Studio. And the first one is “GetReportParamsAsText“. Very simple but very handy function which allows to … Continue reading

Posted in Crystal Reports | Tagged , , | Leave a comment

Populate TreeView from table in ASP.Net

I was asked today to help with code which would populate the TreeView control from database table in ASP.Net page. Since it is not a first time around and appear to be very common situation with dynamic pages, I thought … Continue reading

Posted in Fun stuff with C# | Tagged , , | Leave a comment

Delphi, methods and default values. Convenience or contract enforcement?

Delphi, methods and default values. Being somewhat unique in methods declaration for the classes, Delphi requires you to have proper method parameters declaration, but: You do not have to have any default values for the parameters being propagated into implementation section for the … Continue reading

Posted in Delphi, Technology | Tagged , , , , | 6 Comments