fyiReporting Software, LLC
Home
Products
Downloads
Forum
Release Notes
Report Topics
DataSets
Data Sources
Expressions
Overview
Functions
Report Parameters
Report Items
Chart
Image
List
Matrix
Rectangle
Subreport
Table
Textbox
Designer
Overview
How do I?
Create a New Report
Create a Table
Graph data
Cross tabulate data
Do Labels
Options
Menus
File
Edit
View
Data
Format
Tools
Window
Help
Error Handling
Examples
ASP.NET
Code Examples
RDL Examples
Desktop Server
Command Line Utility

RDL Viewer

The Hyperlink event is triggered when a mouse clicks on a report item with a Hyperlink defined. For example, this.rdlViewer.Hyperlink += new RdlViewer.HyperlinkEventHandler(rdlViewer_Hyperlink); void rdlViewer_Hyperlink(object source, HyperlinkEventArgs e) { if (MessageBox.Show( string.Format("Do you wish to invoke Hyperlink {0}", e.Hyperlink), "Hyperlink", MessageBoxButtons.YesNo) == DialogResult.No) { e.Cancel = true; } }

Code Examples

RdlCmd
RdlCmd.exe generates reports from the command line. As a code example it shows how to take an RDL file, compile it and run a report generating either PDF, HTML, XML or MHT result files. This example resides in the CodeExamples\RdlCmd directory after the install.
DataTests
The DataTests examples shows a simple usage of the RdlViewer .Net control in a Windows application. The example focuses on the multiple ways that you can control the data used in a report. This example resides in the CodeExamples\DataTests directory after the install.
Other Code Examples
The RDL project is open source. The entire project's source code can be downloaded and examined. The RdlReader project in particular, provides for a more sophisticated programmatic example of the usage of the RdlViewer including printing, using of shared data sources, zooming/scaling, ...

Copyright © 2005-2007 fyiReporting Software, LLC.   All Rights Reserved.