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.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[LicenseProviderAttribute] [GuidAttribute("0483DF21-24A7-4227-85AA-EE344E25173F")] [ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] [DefaultPropertyAttribute("ReportName")] [ToolboxBitmapAttribute(typeof(C1PrintDocument), "C1Report.C1Report.png")] public class C1Report : Component, IC1Report, IFontOwner, ISupportInitialize |
Visual Basic |
---|
<LicenseProviderAttribute> _ <GuidAttribute("0483DF21-24A7-4227-85AA-EE344E25173F")> _ <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ <DefaultPropertyAttribute("ReportName")> _ <ToolboxBitmapAttribute(GetType(C1PrintDocument), "C1Report.C1Report.png")> _ Public Class C1Report _ Inherits Component _ Implements IC1Report, IFontOwner, ISupportInitialize |
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
C1.C1Report..::..C1Report
System..::..MarshalByRefObject
System.ComponentModel..::..Component
C1.C1Report..::..C1Report