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