Represents an RDL (Report Definition Language) report defined using the 2008 version of the RDL specification.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[ToolboxBitmapAttribute(typeof(C1PrintDocument), "RDL.RDL2008.C1RdlReport.png")]
[LicenseProviderAttribute]
public class C1RdlReport : C1RdlReportBase, 
	IProgressNotify, IReportElementOwner
Visual Basic
<ToolboxBitmapAttribute(GetType(C1PrintDocument), "RDL.RDL2008.C1RdlReport.png")> _
<LicenseProviderAttribute> _
Public Class C1RdlReport _
	Inherits C1RdlReportBase _
	Implements IProgressNotify, IReportElementOwner

Inheritance Hierarchy

See Also