Ms Report Summary

Source: Internet
Author: User

Ms Report Summary

Www.cnblogs.com/rock_chen

1. Select Report Viewer
Select MS reportviewer, used locally (local, server) Mode
Cause: free of charge. You can use reportbuilder for a free report designer. (Reportbuilder 1.0 works with vs2008, reportbuilder2.0 works with vs2010)

2. Report Desgin Interface

Designer obtains simulated data (desginer runtime data)
Interface ireportdesigndata
{
Datatable getdesigndata ();
}

Report optional fields (optional fields during desginer design)
Interface ireportfield
{
Datatable getfields ();
}
Note:
Employee. position. Department. Dimension mentid will change to employee_position_department_1_mentid
Flat attributes

3. Report runtime Interface

Obtain real data during runtime
Interface ireportdata
{
Datatable getdata ();
}

4. Common Elements

Group
Crossover
Dynamic columns: dynamically modify the RDL file implementation according to definitions

5. Report Parameters
For example: printuser, printtime, etc

6. Data source parameters
For example, Department A and department B

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.