Code Monkey home page Code Monkey logo

reporting-conversion-vsrepx-tool's Introduction

How to Migrate VSREPX Reports to CS / VB Format

Overview

The '.vsrepx' report format has evolved from an attempt to adapt Visual Studio Report Designer for.NET Core projects.

Since v21.2, we introduced .cs / .vb format support for our Visual Studio Designer for .NET Core and .NET 5+. The VSREPX format became obsolete, and we recommend the CS/VB format in Visual Studio.

The obsolete `.vsrepx' format does not include some features introduced later, such as inheritance support and custom controls. To take advantage of all our new features, you must use the CS/VB format.

How to Convert Multiple Reports From the Legacy VSREPX format to CS / VB Format

This project contains sample code that can be used to convert several VSREPX files in a Visual Studio project into CS or VB report files. We advise you to study the suggested code, modify it if necessary, and use the code in your application.

To convert files, do the following:

  1. Download the project files and give writing permissions to files and folders within the project.

  2. Use Project Converter to convert solutions to the version that is installed on your machine.

  3. Open the ConvertVSRepx2Cs.sln file.

  4. Add your VSREPX files to the ClassLibrary1 project in the solution.

  5. Build the solution.

  6. Open the HostComponent component in the Visual Studio and select the converterComponent1 item in the designer.

  7. Open the Properties window for the converterComponent1 item, and click the Convert action link:

The Visual Studio Designer attempts to load a VSREPX file in the ClassLibrary1 project, converts a report to CS (VB) format, and saves the file to the Layout folder. There is no progress indicator, so you should wait for several minutes.

The name of the project that the converter searches for VSREPX files, is specified by the ProjectName variable in the Program.cs file.

Files to Review

Documentation

reporting-conversion-vsrepx-tool's People

Contributors

andreylepikhov avatar devexpressexamplebot avatar pollyndos avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.