本文转自:https://social.msdn.microsoft.com/Forums/sqlserver/en-US/f58cd5cf-4296-40f0-b3c8-7e4e15d73762/rdl-report-in-visual-studio-new-page-per-record?forum=sqlreportingservices If I understand correctly, you have create a report display all row in one p…
In this lesson, you will learn how to create reports in the integrated reporting system. This system is based on the DevExpress Reporting library for WinForms and ASP.NET. This lesson will guide you through creating a report that shows a list of Cont…
Welcome to a new way to install Visual Studio! In our newest version, we've made it easier for you to select and install just the features you need. We've also reduced the minimum footprint of Visual Studio so that it installs more quickly and with l…
This tutorial will teach you the basics of building an ASP.NET Core MVC web app using Visual Studio 2015. 在这个范例里,我们将使用Visual Studio 2015创建基本的Asp.Net Core MVC网站. 安装Visual Studio和.Net Core Install Visual Studio Community 2015. Select the Community down…
配置运行环境 Install the latest Azure SDK for Visual Studio. The SDK installs Visual Studio if you don't already have it. 安装Azure SDK for Visual Studio,如果你的Visual Studio还没有安装这个SDK的话 Install .NET Core + Visual Studio tooling 安装.NET Core + Visual Studio tool…
原文:Visual Studio 2012使用水晶报表Crystal Report SAP在 2013年1月14日 released SAP Crystal Reports,developer version for Microsoft Visual Studio - 2012 .你可以从下面链接下载:http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_5.exe下载并安装入你的电脑.安装 完毕,可以看到那些曾经熟悉…
前面篇博文http://blog.csdn.net/vic0228/article/details/49663751提到了通过引用XrmPage-vsdoc.js文件来启用Xrm.Page的智能提示,但该文件是2011版本的,所以2013以后增加的很多API是调用不出来的.无数次的在谷歌上众里寻他千百度,却始终找不到更新版本啊. 但在谷歌的过程中发现了这篇博文http://dkcrm.blogspot.com/2014/04/typescript-and-dynamics-crm-2013.ht…
前面一篇博文:http://blog.csdn.net/vic0228/article/details/49512699 讲到了在Visual Studio中开启xml编辑的智能提示,本篇接着来讲下如何在Visual Studio中开发js时脚本时开启智能提示. 前面我在说手工编辑xml的时候你可能会说,干嘛要手工编辑,工具就能完美的搞定了,所以xml的智能提示对你来说可有可无,但本篇所讲的绝对能给你带来惊喜,因为javascript的编辑你是没法用工具代替的,你只能老老实实的敲代码,而CRM的…
原文:VS2017入门 RDLC入门之01 本系列所有内容为网络收集转载,版权为原作者所有. VS2017初始安装后和VS2015一样,都没有ReportDesigner/ReportViewer ReportViewer 1.在 Nuget 下载 Microsoft.ReportingServices.ReportViewerControl.Winforms https://docs.microsoft.com/zh-cn/sql/reporting-services/application-…
VS2017中没有ReportViewer控件,这个控件用来实现在项目中显示和打印关系数据库中的表比较容易,特别是想要打印的时候,这个比用DataGridView和PrintDocument要简单一些. 所以我去网上查,查了很多,最终成功添加了此控件. 下面是对实验证明可行的方法的总结. 1.要有Microsoft SQL Server Data Tools,如果没有,可以通过下图所示方法添加. 这个就是当初VS2017的安装程序,可以直接找到此程序,并打开. 也可以通过在控制面板——程序和功能…