Generates Access-style, data-based banded reports that can be rendered into a FixedDocumentSequence, directly to a printer, or exported to various portable formats (including XPS, HTML, PDF, and text).

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

Syntax

C#
[DefaultPropertyAttribute("ReportName")]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[ToolboxBitmapAttribute(typeof(C1PrintDocument), "C1Report.C1Report.png")]
[GuidAttribute("0483DF21-24A7-4227-85AA-EE344E25173F")]
[LicenseProviderAttribute]
public class C1Report : Component, IC1Report, 
	IFontOwner, ISupportInitialize
Visual Basic
<DefaultPropertyAttribute("ReportName")> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
<ToolboxBitmapAttribute(GetType(C1PrintDocument), "C1Report.C1Report.png")> _
<GuidAttribute("0483DF21-24A7-4227-85AA-EE344E25173F")> _
<LicenseProviderAttribute> _
Public Class C1Report _
	Inherits Component _
	Implements IC1Report, IFontOwner, ISupportInitialize

Inheritance Hierarchy

See Also