20
Active Reports 28 July 2015 Prepare & Presented By Gandhi V

Active reports Training Session

Embed Size (px)

Citation preview

Page 1: Active reports Training Session

Active Reports

28 July 2015

Prepare & Presented By Gandhi V

Page 2: Active reports Training Session

1

AT A GLANCE

Introduction

Layout Sections

Controls & Properties

Data Source

Scripting & Coding

Demo Project

Compare with crystal report

Limitation

Q&A

Thank You

Page 3: Active reports Training Session

1 Introduction

Page 4: Active reports Training Session

Introduction of Active Reports Active Reports is a .NET reporting tool used by developers of Windows

application and ASP.NET applications.

It was originally developed by Data Dynamics, which was then acquired by

Grape City.

It will support C# and Vb.Net language.

Active Reports Released Versions 3,6,7,7sp1,8,9.

Export Options for PDF (with advanced security support), Excel, Word, RTF,

HTML, Text, XML, and TIFF.

File Format: .rpx (Retrieval Raw Pixel) denotes a active reports layout file.

Active reports 3.0 working in visual studio 2008 (Framework3.5 and less).

Page 5: Active reports Training Session

Introduction of Active Reports

Page 6: Active reports Training Session

1 Layout Sections

Page 7: Active reports Training Session

Layout Section in Active Reports

Active Report

•Report Start•Report End•Page Start•Page End•Data Initialize•Fetch Data•No Data

Report Header

•Format•After Print•Before Print

Report Footer

•Format•After Print•Before Print

Page Header

•Format•After Print•Before Print

Page Footer

•Format•After Print•Before Print

Group Header (Optional)

•Format•After Print•Before Print

Group Footer (Optional)

•Format•After Print•Before Print

Detail

•Format•After Print•Before Print

Page 8: Active reports Training Session

1 Controls & Properties

Page 9: Active reports Training Session

Controls & Properties in Active Reports

Page 10: Active reports Training Session

1 Data Source

Page 11: Active reports Training Session

Data Source in Active Reports

Page 12: Active reports Training Session

1 Scripting & Coding

Page 13: Active reports Training Session

Scripting & Coding in Active Reports

There are two types of way write code active reports.

Scripting

VB Coding

Page 14: Active reports Training Session

DEMO

Page 15: Active reports Training Session

1 Compare with Crystal Reports

Page 16: Active reports Training Session

Compare with Crystal ReportsFeatures Active Reports Crystal Reports

Dynamic Scripting Yes No

File Format XML (.RPX)Editable with Notepad

Binary (.RPT) Uses SDKs to access objects.

Sub-reports 20 levels deepObject based reporting improves on sub-report

One level deep

Designer Interface Object based Banded

Extensibility Open architecture Closed architecture

CSS Minimal support Supported

Formula Library 13 financial functions6 date functions

50+ financial functions48 date functions

Data Connectivity Shared data sources Single point of entryCR Server - Shared data source

Latest Version v.9 v.14.1

Environment Microsoft Visual Studio Users can also access Crystal Reports from outside of Microsoft environments. Java developers to build applications with Crystal Reports components.

Page 17: Active reports Training Session

1 Limitation of Active Reports

Page 18: Active reports Training Session

Limitation of Active Reports Border Height Problem in details section.

Cannot call business object in sub report.

The size of Dot and Dash (the Line Style property) is not exactly the same.

The z-index is not correctly imported.

The HorizontalAlignment property is always set as “Left”.

The CanGrow, CharacterSpacing, TextRotationAngle and HyperlinkText pro

perties are not imported

Page 19: Active reports Training Session

Q&A

Page 20: Active reports Training Session

THANK YOU