c# report generator open source

Read about c# report generator open source, The latest news, videos, and discussion topics about c# report generator open source from alibabacloud.com

"Fully open source" Baidu Map Web service API C #. NET version with map display controls, navigation controls, POI lookup controls

drag them into the form designer, and then simply set their properties to correlate with each other:1.BPlaceBox Property settings2.BMapControl Property settings3.BPlacesBoard Property settings4.BDirectionBoard Property settingsYou can then press F5 to run it without writing any code.Note that the Btabcontrol control is just to mimic the tab effect on the left side of Baidu Map, which organizes Bplacesboard and Bdirectionboard controls.Reference Help1. Baidu Map API documentation2.json.net3.Json

Open source for web systems developed with C/D + +

SeeC + + Development Forum System-BBSOf course you can also go directly: fetch_source_code_release_vse2008_v1.2.1.7zAt present, the first temporary presence of Baidu Cloud, will be put into GitHub recentlyThe current version of the code is developed using standard C + + on Windows, using Visual C + + Express 2008 compilationIf you have problems can join QQ Group: 117399430-----------------------------------

C # Open Source music player MetroPlayer3.0 released

source code is open, this does not mean that you can use it arbitrarily, when you ask me for the source of the program, please consider the question first: 1, whether it is a C # programming enthusiasts 2, whether agree with Metromusic design concept: simple, concise, practical 3, understand the knowledge of XML, LINQ

Geocon is an open-source Geographic Information Data Conversion Tool written in C #.

Geocon is a tool for creating Scalable Vector Graphics (SVG) and Geography Markup Language (GML) Documents ents from GIS files (currently only imports ArcView shapefiles and MapInfo MIF ). it's free (and will always be), and so is the source code (distributed under lgpl ). this is what geocon officially says. A functional module is required in the project to convert some existing geographic information data (including the SHP file of ArcInfo and the

C # windows open-source Google Search Engine

It is often difficult to search for a website using www.google.com. After reading the msdn knowledge base, I used C # To write the Google search engine for this Windows application version, it mainly calls the Web Service opened by Google, but the search speed is not very fast, but at least it saves the trouble of right-clicking [open in a new window]. The following is the

Xplayer, my open source audio player (windows,c++)

Project Address:Https://git.oschina.net/jthmath/xplayerThe compiled program:Http://pan.baidu.com/s/1eQxoHgAThe program is tested under Windows 8.1 64-bit. 32-bit is currently not supported.First, the Operation methodRun Xplayer.exe, select the menu "file", select "Open", select an audio file, you can hear the sound.At present, it is very humble, can only let you hear the sound, do nothing else.Second, what to do nextNext, the features to add are:1) Pa

Programming materials: C # simple parsing of JSON data examples with open source JSON parsing class

), an object (in curly brackets), true/false/null. Data are separated by commas: Brackets save objects: objects can contain various types of data, including arrays. Square brackets save an array: numbers can contain objects. For example: { "employees": [ { "firstName": "Bill", "lastName": "Gates" }, { "firstName": "George", "lastName": "Bush" } ]} 2. If JSON contains escape characters, escape is required. For examp

Open-source server engine (C #) of "Legend of the hot blood" allows you to smoothly perform the game (update compilation and deployment tutorial)

The legend of the hot blood... a popular online game that has been around for more than 10 years. This setCodeAfter I use the Code Conversion Tool and the modification, I can smoothly enter the game Changyou weight mainland. As a cainiao, it is not easy for me to independently complete and modify the bugs in the code... although I have already done so, I have not updated it for a long time. I just want to open the

First-time experience of abseil [open-source google C ++ library] and first-time experience of abseil

First-time experience of abseil [open-source google C ++ library] and first-time experience of abseil Google discloses a series of C ++ libraries used in its project. For details, refer: Http://www.infoq.com/cn/news/2017/10/abseil? Utm_source = infoq utm_medium = popular_widget utm_campaign = popular_content_list

[C # technology] How to Use LitJSON, an open-source JSON library on the. NET platform

A simple example:String str = "{'name': 'cyf', 'id': 10, 'items ': [{'itemid': 1001, 'itemname': 'hello '}, {'itemid': 1002, 'itemname': 'hello2'}]} "; ****************************** * JsonData jd = JsonMapper. ToObject (str ); String name = (String) jd ["name"]; Long id = (long) jd ["id"]; JsonData jdItems = jd ["items"]; Int itemCnt = jdItems. Count; // Number of items in the array items Foreach (JsonData item in jdItems) // Traverse the array items {Int itemID = (int) item ["itemid"]; String

Recommend an open-source c#tcp communication Framework

The original charging TCP communication framework open source, this is a foreign open source TCP communication framework, using a period of time, feel good, introduce to everyoneFramework name is NETWORKCOMMS author developed for more than 5 years, has stopped development, for small and medium-sized application scenari

Socket-based asynchronous communication system written in C #--sanniusignal.dll Open source

bytes transmitted at a time, if the file buffer larger, the faster the transfer speed;home to debug; TCP transmission can generally be set to a relatively large, but the UDP words do not exceed 1KB, so the transmission of large files as far as possible not to use UDP this unreliable stuff;Third: When the network and other reasons for the interruption of the file, the file interrupt event will be triggered, the file is automatically suspended send or receive status, waiting for the continuation

Implementation of sms cat (C #) Open-source class library

Some time ago, I modified the class library and put it in Google's open-source project;Open Source Address: http://code.google.com/p/gsmmodem/ It took some time to learn the unit test and add a test project. If the unit test found a lot of bugs at the same time, it was modified and put on Google as the

Tcp-based chat program breeze IM (c # Open Source ),

Tcp-based chat program breeze IM (c # Open Source ), Currently, breeze IM sends messages in the form of server forwarding. When a user chats, the message is first sent to the server and then forwarded to the target user: The client sends a message: ChatContract chatContract = new ChatContract(); chatContract.UserID = Common.UserID; chatCont

C ++ open-source cross-platform OJ system question determination core freejudger (iii) -- log4cxx uses multiple log files at the same time

Document directory Prerequisites Configure sub-logger Complete configuration file used in the freejudger Project Welcome to join C ++ open-source cross-platform OJ system question determination core freejudger (iii) -- log4cxx uses multiple log files at the same time By Ma Dongliang (cream Loki) One man's war (http://blog.csdn.net/MDL13412)Prerequisites

How to read the Linux C open-source project?

How to read the Linux C open-source project?1. First, Baidu knows what this tool is for. He knows the functions of this software product;2. Read the official document about architecture design or the architecture framework summarized by netizens.CodeHave an understanding of the Framework;3. Look at some design details of the software, such as how to modularize th

C # Open source Excel Operations Library--npoi

PrefacePreviously also used in C # to Excel, with OLE DB or offic COM components, but always very troublesome, relying on more restrictions, so decisively looking for open source solutions, Java above already have very mature poi, so, found the move. NET--npoi, so that you can not rely on anything, just use this library.IntroductionOpen

Serial Debugger v2.1------Open source C # serial debugging tool

The first step:Step two: On the code>>>>>>>>>>> Source code Download Step three: ExplainRelease Notes==================================================================v2.1 September 28, 2017 19:37:39 qq1222698For many years not updated, Chonghao the requirements of the elder brother, add some features1, remove the automatic reply function, plus automatic sending function2, increase the return function, automatic CRC function3, no longer packaging, sel

C # high-speed, high-performance, open-source log writing code,

C # high-speed, high-performance, open-source log writing code,1. Requirements The requirement is very simple, that is, writing logs at high speed in C # development. For example, in high concurrency and high traffic, logs must be written. We know that the program is time-consuming when operating the disk. Therefore, w

[C # project Open source] MongoDB Visual management tool (October 2011-present)

[C # project Open source] MongoDB Visual management tool (October 2011-present)Http://www.cnblogs.com/TextEditor/p/5972521.htmlMongoDB Eco-Client Driver supporthttps://yq.aliyun.com/articles/65109Download URL:Https://github.com/magicdict/MongoColaHttps://github.com/Antaris/RazorEngineHttps://github.com/magicdict/CodeSnippetHttps://github.com/JosephZhu1983/Mongodb

Total Pages: 14 1 .... 10 11 12 13 14 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.