Crystal Report in C# Windows Application

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 24

  • @navaneetspatil3038
    @navaneetspatil3038 8 років тому +3

    No audio with superb explanation , thank you...

  • @easy_tuitorials2020
    @easy_tuitorials2020 7 років тому +4

    how we can add crystal report viewer if we don't have inbuilt in visual studio 2012.

  • @krycho20
    @krycho20 5 років тому

    Hello.
    Could you show how to make a window in C # in which, after opening, the database of all created reports from a specific folder will be loaded and after choosing one of them it will be created?

  • @N0K36
    @N0K36 6 років тому

    just what i was looking for .TY

  • @sagarambre9
    @sagarambre9 7 років тому

    Hello sir i want to step by step video tutorial fetching data on crystal report between two dates in c# with sql server

  • @GamerzIndia24x7
    @GamerzIndia24x7 7 років тому

    MS-ACCESS DATABASE SHOW LOGIN FAILED AND DOES NOT SHOW EMPTY DATABASE NAME ON LOGIN DALOG IN CRYSTAL REPORT

  • @eddiemusana5090
    @eddiemusana5090 8 років тому +1

    Look good work, But you are selecting all the entries in the table of Category to displayed on CrystalReportViewer , At what position do you put WHERE in that cord of DatabaseEntities1 in the page load form of the crystal report viewer
    e.g
    var results = de.Category.Select(c => new
    {
    CategoryID= c.ProdID,
    CategoryName = c.CategoryName
    }).ToList;
    CrystalReportBaisic crb = new CrystalReportBasic();
    crb.SetDataSource(results);
    this.CrystalReportViewer1.ReportSource = crb
    // So i want WHERE CategoryID is = 3 //THANKS , I can see The name of the table, Select BUT i also what to see WHERE Clause//THANKS

    • @huytran8187
      @huytran8187 4 роки тому

      var results = de.Category
      .Where(s=>s.CategoryID==3).Select(c => new
      {
      CategoryID= c.ProdID,
      CategoryName = c.CategoryName
      }).ToList;

  • @GamerzIndia24x7
    @GamerzIndia24x7 7 років тому

    PLEASE SHOW A CRYSTAL REPORT USING MS-ACCESS DATABASE WITH USERNAME AND PASSWORD WITH INNER JOIN TABLE

  • @hidayaturrahman7897
    @hidayaturrahman7897 7 років тому

    y u r not recording with voice

  • @aqib875
    @aqib875 8 років тому

    at 8:15 where the demoentities function come from?

    • @LearningProgramming
      @LearningProgramming  8 років тому

      +Aqib Javed It's created from Entity Framework in Visual Studio

    • @aqib875
      @aqib875 8 років тому

      +Learning Programming is it possible to print a selected record from datagridview or text boxes in crystal report?

  • @auraarzadun9127
    @auraarzadun9127 8 років тому

    did it catered MySql database/ MySqlClient??

    • @LearningProgramming
      @LearningProgramming  8 років тому

      +Aura Arzadon Yes, you can do with MySQL database

    • @auraarzadun9127
      @auraarzadun9127 8 років тому

      Learning Programming can you have a full video tutorial of that please. I need to learn how its done.

    • @LearningProgramming
      @LearningProgramming  8 років тому

      +Aura Arzadon I don't have video about this topic.

    • @auraarzadun9127
      @auraarzadun9127 8 років тому

      Learning Programming please can you make that video.

    • @LearningProgramming
      @LearningProgramming  8 років тому

      +Aura Arzadon Sorry, I can't

  • @tahatemuri8170
    @tahatemuri8170 8 років тому +1

    PErfect!

  • @tahirmehmood1735
    @tahirmehmood1735 7 років тому

    can't u speak??