首页 | 文学 | 典籍 | 影视 | 音乐 | 科技 | 人物 | 原创 | 文摘 | 维基文化 | 综合参考

 开放、中立,源自维基百科

Personal tools
Your continued donations keep Wikipedia running!    

Crystal Reports

Mirror of English Wikipedia, the free encyclopedia

Jump to: navigation, search

Crystal Reports is a Business Intelligence application used to design and generate reports from a wide range of data sources. Several other applications, such as Microsoft Visual Studio, bundle an OEM version of Crystal Reports as a general purpose reporting tool.

Contents

The Band Model

Crystal Reports is based on the common "band" model of report writers where different bands represent different totalling levels. For example, the inside band may represent the detail, the second band represents sub-totals (such as per region), and the outside band may represent the final total. Here is a rough illustration:

  Total band (upper, start)
  -------------------------
  Sub-Total Band (upper)
  -------------------------
  Detail Band
  -------------------------
  Sub-Total Band (lower)
  -------------------------
  Total band (lower, end)

Place-holders are added to the horizontal spots where actual data goes. The computer then inserts actual values during a production run and applies the appropriate grouping and totalling based on various band settings.

Although Crystal Reports did not originate the banding approach, it is the most popular report-specific software that uses it.

Origins

The product was originally created by Crystal Services Inc., which produced versions 1.0 through 3.0. The company was subsequently acquired by Seagate Software, which later renamed itself to Crystal Decisions, and produced versions 4.0 through 9.0. Crystal Decisions was acquired in December 2003 by Business Objects, which has so far produced versions 10 and the current 11 (or XI). Business Objects is owned by Progress Software.

Supported data sources

Accessible data sources include:

See also

External links