The Layout object controls how the report is rendered on pages.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultPropertyAttribute("Width")] [GuidAttribute("8F88A544-0027-4aa2-A8FE-93E45949DF4E")] [ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] [TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class Layout |
Visual Basic |
---|
<DefaultPropertyAttribute("Width")> _ <GuidAttribute("8F88A544-0027-4aa2-A8FE-93E45949DF4E")> _ <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ <TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ Public Class Layout |