Results 1 to 3 of 3

Thread: Creating Reports

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2016
    Posts
    1,415

    Creating Reports

    Hi,

    I know I must ask this is report section but in past I not have response.. I just like to know, I have app and my database is create in SQL Server Management Studio 2012. I want create report of records per grouping but in VS 2012 if force to add a field for 'values' (sum, multiply, min, max, count etc) I want create reports e.g. overdue reports, responsible persons per area, etc..

    So, what can some one recommend to use for making such reports? Maybe Report Builder 3.0? or there better option?

    Microsoft® SQL Server® Report Builder for Microsoft® SQL Server® 2012 should be installed on the client machine for report authoring.
    this mean every person who want see reports must install this on they pc?

    Thanks,
    M
    Last edited by schoemr; Nov 23rd, 2016 at 02:32 PM.

  2. #2
    PowerPoster
    Join Date
    Sep 2005
    Location
    Modesto, Ca.
    Posts
    5,206

    Re: Creating Reports

    The ReportViewer control and RDLC type report comes with Visual Basic
    https://msdn.microsoft.com/en-us/library/ms252073.aspx

  3. #3
    Frenzied Member
    Join Date
    Dec 2014
    Location
    VB6 dinosaur land
    Posts
    1,191

    Re: Creating Reports

    Quote Originally Posted by schoemr View Post
    this mean every person who want see reports must install this on they pc?
    I'm not very familiar with reports to help you much, but that just means that YOU must have it installed in order to create the report files others will use. Your users would just need whatever DLLs files are required. The couple times I've dealt with reports in .Net so far, I've used the ReportViewer control already mentioned rather than Report Builder.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width