To modify project settings for a Visual Basic project in Visual Studio .NET 2003

Parent Previous Next

 

Report Application Server .NET SDK Developer Guide

To modify project settings for a Visual Basic project in Visual Studio .NET 2003


 







  1. In your Visual Basic project, right-click the project name (the name in bold that is just below the solution name in the Solution Explorer), and then click Properties.
  2. In the Property Pages dialog box, expand the Common Properties folder, and click Build.
  3. On the OptionStrict list, select On.

NoteNote

As a best practice, it is recommended that you enable OptionStrict at the start of any Visual Basic project. When you write code, it forces the use of best practices with strongly-typed variable declarations and valid casting, both of which are checked at compile time. Compile-time checks that are strictly enforced can reduce runtime exceptions.

  1. In the Common Properties folder, click Designer Defaults.
  2. On the Page Layout list, set the value to Flow.

NoteNote

Flow layout uses plain HTML without pixel placement instructions. This generates thinner, more readable html code. The use of flow layout has been adopted in all tutorials and sample code that are supplied with the help documentation.

Continue to Adding Assembly References for the RAS SDK.

© 2021 SAP AG. All rights reserved.

http://www.sap.com/sapbusinessobjects/

Support services

http://service.sap.com/bosap-support/

Created with the Personal Edition of HelpNDoc: Easily create Help documents