• 大小: 3.23MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-08
  • 语言: C#
  • 标签: telerik  reportin  .netcore  

资源简介

telerik reporting 在.net core 2 api 使用,如何免安装oracle 客户端运行程序,下载后的 报表文件,数据库要自己提供,这个例子实现了 主从表,从表采用子表绑定。 博客地址:https://www.cnblogs.com/xuxiaorong/p/11791001.html,本例子只是说明如何正确引用telerik reporing 在.net core 使用, 以后会在博客补上主从表的详细说明

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;

namespace CSharp.AspNetCoreDemo
{
    public class Program
    {
        public static void Main(string[] args)
        {
            EnableTracing();
            BuildWebHost(args).Run();
        }

        /// 
        /// Uncomment the lines to enable tracing in the current application.
        /// The trace log will be persisted in a file named log.txt in the application root directory
        /// 

        static void EnableTracing()
        {
            //System.Diagnostics.Trace.Listeners.Add(new System.Diagnostics.TextWriterTraceListener(File.CreateText(“log.txt“)));
            //System.Diagnostics.Trace.AutoFlush = true;
        }

        public static IWebHost BuildWebHost(string[] args) =>
            WebHost.CreateDefaultBuilder(args)
                //.UseWebRoot(“path-to-the-wwwroot-directory“) - uncomment this line when running on Linux to provide correct WebRoot path.
                .UseStartup()
                .Build();
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      80150  2019-11-01 14:11  Asp.NetCoreDemo\.vs\config\applicationhost.config

     文件     958932  2019-11-04 11:07  Asp.NetCoreDemo\.vs\CSharp.AspNetCoreDemo\DesignTimeBuild\.dtbcache

    ..A..H.     68096  2019-11-04 11:07  Asp.NetCoreDemo\.vs\CSharp.AspNetCoreDemo\v15\.suo

     文件          0  2019-11-01 14:05  Asp.NetCoreDemo\.vs\CSharp.AspNetCoreDemo\v15\Server\sqlite3\db.lock

     文件       4096  2019-11-01 14:05  Asp.NetCoreDemo\.vs\CSharp.AspNetCoreDemo\v15\Server\sqlite3\storage.ide

     文件      32768  2019-11-04 10:33  Asp.NetCoreDemo\.vs\CSharp.AspNetCoreDemo\v15\Server\sqlite3\storage.ide-shm

     文件    2558552  2019-11-01 22:16  Asp.NetCoreDemo\.vs\CSharp.AspNetCoreDemo\v15\Server\sqlite3\storage.ide-wal

     文件        178  2019-06-18 18:29  Asp.NetCoreDemo\appsettings.Development.json

     文件       1286  2019-11-01 15:32  Asp.NetCoreDemo\appsettings.json

     文件     122873  2019-09-05 14:35  Asp.NetCoreDemo\bin\Debug\netcoreapp2.1\CSharp.AspNetCoreDemo.deps.json

     文件      10752  2019-09-05 14:35  Asp.NetCoreDemo\bin\Debug\netcoreapp2.1\CSharp.AspNetCoreDemo.dll

     文件       1972  2019-09-05 14:35  Asp.NetCoreDemo\bin\Debug\netcoreapp2.1\CSharp.AspNetCoreDemo.pdb

     文件        240  2019-09-05 14:35  Asp.NetCoreDemo\bin\Debug\netcoreapp2.1\CSharp.AspNetCoreDemo.runtimeconfig.dev.json

     文件        221  2019-09-05 14:35  Asp.NetCoreDemo\bin\Debug\netcoreapp2.1\CSharp.AspNetCoreDemo.runtimeconfig.json

     文件    6630912  2019-06-18 18:48  Asp.NetCoreDemo\bin\Debug\netcoreapp2.1\Telerik.Reporting.dll

     文件        147  2019-06-18 18:29  Asp.NetCoreDemo\bin\Debug\netcoreapp2.1\Telerik.Reporting.dll.config

     文件     232448  2019-06-18 18:49  Asp.NetCoreDemo\bin\Debug\netcoreapp2.1\Telerik.Reporting.OpenxmlRendering.2.7.2.dll

     文件      92500  2019-06-18 18:49  Asp.NetCoreDemo\bin\Debug\netcoreapp2.1\Telerik.Reporting.OpenxmlRendering.2.7.2.pdb

     文件       2267  2019-06-18 18:49  Asp.NetCoreDemo\bin\Debug\netcoreapp2.1\Telerik.Reporting.OpenxmlRendering.2.7.2.xml

     文件    1406648  2019-06-18 18:48  Asp.NetCoreDemo\bin\Debug\netcoreapp2.1\Telerik.Reporting.pdb

     文件      50688  2019-06-18 18:49  Asp.NetCoreDemo\bin\Debug\netcoreapp2.1\Telerik.Reporting.Services.AspNetCore.dll

     文件       6308  2019-06-18 18:49  Asp.NetCoreDemo\bin\Debug\netcoreapp2.1\Telerik.Reporting.Services.AspNetCore.pdb

     文件      24425  2019-06-18 18:49  Asp.NetCoreDemo\bin\Debug\netcoreapp2.1\Telerik.Reporting.Services.AspNetCore.xml

     文件    1395290  2019-06-18 18:48  Asp.NetCoreDemo\bin\Debug\netcoreapp2.1\Telerik.Reporting.xml

     文件     199621  2019-11-01 20:39  Asp.NetCoreDemo\bin\Debug\netcoreapp2.2\CSharp.AspNetCoreDemo.deps.json

     文件      11264  2019-11-01 22:27  Asp.NetCoreDemo\bin\Debug\netcoreapp2.2\CSharp.AspNetCoreDemo.dll

     文件       2076  2019-11-01 22:27  Asp.NetCoreDemo\bin\Debug\netcoreapp2.2\CSharp.AspNetCoreDemo.pdb

     文件        240  2019-11-01 20:39  Asp.NetCoreDemo\bin\Debug\netcoreapp2.2\CSharp.AspNetCoreDemo.runtimeconfig.dev.json

     文件        221  2019-11-01 20:39  Asp.NetCoreDemo\bin\Debug\netcoreapp2.2\CSharp.AspNetCoreDemo.runtimeconfig.json

     文件       2304  2019-11-01 22:15  Asp.NetCoreDemo\Controllers\ReportsController.cs

............此处省略66个文件信息

评论

共有 条评论