Enum LlExportOption
- Namespace
- combit.Reporting
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Specifies options for export configurations. The syntax typically combines the export format with the particular option, where general options start with "Export".
public enum LlExportOption
Fields
ExportFile = 0Specifies the file to be exported.
ExportInfinitePage = 33Enables export with an infinite page.
Possible Values: 0 = Pages will be exported in with Pagebreaks depending on thier Page Size, 1 = The Exported Page will have infinite height (so much as needed)
ExportOnlyTableData = 31Exports only table data. Defaults to 0, so export with full formatting.
Possible Values: 0 = Export all Objects with full formatting , 1 = Only Export Table cell content. No other formatting excep Bold and Italic Font properties
ExportPath = 1Specifies the path where the export should be saved.
ExportQuiet = 3Enables quiet mode during export.
ExportShowResult = 4Indicates whether to show the export result.
ExportTarget = 2Specifies the export target.
PdfAuthor = 8Sets the author for PDF export.
PdfCreator = 9Sets the creator for PDF export.
PdfKeywords = 7Sets the keywords for PDF export.
PdfSubject = 6Sets the subject for PDF export.
PdfTitle = 5Sets the title for PDF export.
Resolution = 10Specifies the export resolution.
TxtCharset = 11Specifies the charset for text export.
TxtFrameChar = 12Specifies the frame character for text export.
TxtSeparatorChar = 13Specifies the separator character for text export.
VerbosityBarcode = 14Enables verbose output for barcode drawing.
Possible Values: 0 = ignore Object, 1 = Object as picture
VerbosityDrawing = 15Enables verbose output for drawing operations.
Possible Values: 0 = ignore Object, 1 = Object as picture VerbosityEllipse = 16Enables verbose output for ellipse drawing.
Possible Values: 0 = ignore Object, 1 = Object as picture , 2 = Object as native implementation
VerbosityLLXObject = 18Enables verbose output for LLX objects.
VerbosityLLXObjectHtmlObject = 19Enables verbose output for LLX object HTML representation.
VerbosityLine = 17Enables verbose output for line drawing.
Possible Values: 0 = ignore Object, 1 = Object as picture , 2 = Object as native implementation
VerbosityRectangle = 20Enables verbose output for rectangle drawing.
Possible Values: 0 = ignore Object, 1 = Object as picture , 2 = Object as native implementation
VerbosityRtf = 21Enables verbose output for rich text format (RTF) content.
Possible Values: 0 = ignore Object, 1, Object as normal Text without formatting, 2 = Object as picture , 3 = Object with formatted Text
VerbosityRtfFrames = 22Enables verbose output for RTF frames.
Possible Values: 0 = ignore Object, 1 = Object as picture , 2 = Object as native implementation
VerbosityTable = 23Enables verbose output for table drawing.
Possible Values: 0 = ignore Object, 1 = Object as picture , 2 = Object as native implementation
VerbosityTableCell = 24Enables verbose output for table cells.
Possible Values: 0 = ignore Object, 1 = Object as picture , 2 = Object as native implementation
VerbosityTableFrames = 25Enables verbose output for table frames.
Possible Values: 0 = ignore Object, 1 = Object as picture , 2 = Object as native implementation
VerbosityText = 26Enables verbose output for text drawing.
Possible Values: 0 = ignore Object, 1, Object as normal Text without formatting, 2 = Object as picture , 3 = Object with formatted Text
VerbosityTextFrames = 27Enables verbose output for text frames.
Possible Values: 0 = ignore Object, 1 = Object as picture , 2 = Object as native implementation
XlsAllPagesOneSheet = 30Exports all pages into one sheet in XLS. Default is 1, so all pages will be exported on one sheet.
Possible Values: 0 = Every page is rendered on thier own sheet, 1 = All Pages will be rendered on one sheet
XlsAutoFit = 40Enables auto-fit in XLS export. Default is 0, so column widths will be the default width of spreadsheets.
Possible Values; 0 = Columns have the default width of spreadsheets, 1 = Column width depends on the space the longest text in the colum needs to be shown without any cuts
XlsAutoFormula = 39Enables auto-formula generation in XLS export. Default is 0, so all texts will be exported normally without being converted to formulas.
Possible Values: 0 = Export everything normally, 1 = Convert all texts starting with "=" to a formula
XlsConvertNumeric = 38Converts numeric values during XLS export.
Possible Values; 0 = Export everything as text, 1 = Check text with heuristic if they are numbers and show them with the number of decimals as declared in the project settings, 3 = Take format from Format option. If none is set, save them depending on the number heuristic
XlsFontScalingPercentage = 32Specifies the font scaling percentage for XLS export.
Multiplies the Font by this factor. Default is 0.95
Specifies the footer content for XLS export.
Declares the Content of the Footer. Max. 255 characters
Specifies the footer margin for XLS export.
The margin of the Footer from the bottom in inches. Max: 5.7
XlsHeaderContent = 41Specifies the header content for XLS export.
Declares the Content of the Header. Max. 255 characters.
XlsHeaderMargin = 42Specifies the header margin for XLS export.
The margin of the Header from the top in inches. Max: 5.7
XlsIgnoreGroupLines = 28Ignores group lines in XLS export. Default is is 1, so group header and footer will not be exported.
Possible Values: 0 = GroupHeader and GroupFooter will be exported, 1 = GroupHeader and GroupFooter will not be exported
Ignores header and footer lines in XLS export.
Possible Values: 0 = Header and Footer will all be exported, 1 = Header and Footer will not be exported, 2 = Only the first Occurance of Header and Footer will be exported
XlsIgnoreLineWrapForDataOnlyExport = 35Ignores line wrap for data-only export in XLS. Default is 0, so line breaks will be exported as they are.
Possible Values: 0 = Export linebreaks, 1 = LineBreaks will be replaced with whitespaces
XlsPrintingZoom = 34Specifies the printing zoom level for XLS export.
Multiplies the Printing Zoom by this factor. Default is 0.95
XlsProtectionProtectSheets = 45Protects sheets in XLS export. Default is 0, so no protection will be applied.
Possible Values: 0 = No protection, 1 = All Cells on all tables are protected
XlsProtectionProtectSheetsMode = 47Specifies the protection mode for sheets in XLS export.
This is kind of a bitmask. The value is a number. The number you want is a addition of the numbers that fit what you want: 0 = Allow no actions, 1 = Don't allow Objects edit, 2 = Dont allow scenario edit, 4 = Allow formating of cells, 8 = Allow formating of columns, 16 = Allow formating of rows, 32= Allow adding columns, 64 = Allow adding rows, 128 = Allow adding Hyperlinks, 256 = Allow deleting columns, 512 = Allow deleting rows, 1024 = Non editable Cells can not be selected, 2048, = Allow sorting, 4096 = Allow filtering, 8192 = Allow using pivot tables 16384 = Editable Cells can not be selected
XlsProtectionProtectSheetsPassword = 46Specifies the password for protecting sheets in XLS export.
This specifies the password for the protection of the sheets. Only used when XlsProtectionProtectSheets is set to 1
XlsShowGridlines = 37Shows gridlines in XLS export. Default is showing.
Possible Values; 0 = Don't show Gridlines, 1 = Show Gridlines
XlsWorksheetName = 36Specifies the worksheet name for XLS export.
This specifies the Name of the exported Worksheet. Default is "Table: %d" (%d is replaced with the sheet number)