Hi Is there a way to add column titles to XLSX Data File exports ? The data is ok in the columns. We've tried title, header, column headers in the options but none work. Thanks Andy
By default only detail band elements are exported. To override the default, use the DefaultBands property to specify which bands to export or or use the Print To File Setup dialog to define which elements to export.
For details check out the RBuilder Help topic for TppXlsxDataDevice
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
By default only detail band elements are exported. To override the default, use the DefaultBands property to specify which bands to export or or use the Print To File Setup dialog to define which elements to export.
For details check out the RBuilder Help topic for TppXlsxDataDevice
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
in defaultbands we have btHeader, btTitle, btColumnHeader and btDetail set to True already.
Set Report.XlsSettings.IncludeSingleHeader to True
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com