Use the members of this enumeration to set the value of the
AutoAdjustReportDimensions property
in the C1ReportDesigner control.
Namespace:
C1.Win.C1ReportDesignerAssembly: C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)
Syntax
C# |
---|
public enum AutoAdjustEnum |
Visual Basic |
---|
Public Enumeration AutoAdjustEnum |
Members
Member name | Description | |
---|---|---|
None | No adjustments. | |
ReportWidth | Adjusts the width of the report. | |
SectionHeight | Adjusts the height of the specified section. | |
Both | Adjusts the height and width of the report. |