Sunday, February 18, 2018

Dot net Tutorial 1 Start Learning C#

Hi ,

MS Dynamics NAV 2018 has started his wings to compete and use Dotnet. This blog series is for all NAV developers and Technical Consultant.

TOPIC 1 : Structure of Dotnet.


Step 1 : Define Name Space.

Namespaces are used to define classes like system classes and self developers classes.

We can define more than 1 namespace if developers are more than 1.

Step 2 : Define Class.

All code is written in Code called class. This is called Object Oriented Concept.

Step 3 : Design Main Function.

Static as it means non changeable here it means it is only used in current class.
Void is Keyword.
String[] Args is defined argument.

This is a small demonstration for dot net program.

Additional : How to call another function in Main()?





Friday, December 1, 2017

Download MS Dynamics NAV 2018

Finally Download your MS Dynamics NAVISION 2018


Finally the wait is over and you can download your latest version of MS Dynamics NAV 2018.

If you have your partner source email id then Visit Here.




Enjoy the new Deal from Microsoft.



Sunday, November 19, 2017

How to create Table Header constant in Body of RDLC and SSRS Reporting?


Hi ,

This is a simple steps guide in 1 report where I had created the Header Tab-lix common for all pages in body.  In this report I had used 3 tab-lix and Header I had made constant using the advanced mode.

This is for reference to remember to do complete the report without crushing your head in grinder. :)

I had defined 5 steps.

1. Click on Advanced mode.
2. Select Static Row. And Change the 2 properties mentioned in screenshot.