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

Inheritance Hierarchy

See Also