• <GetStart>
  • CSPro User's Guide
    • The CSPro System
    • Data Dictionary Module
    • The CSPro Language
    • Data Entry Module
      • Introduction to Data Entry
      • Data Entry Application
        • General Data Entry Concepts
        • CSPro Data Entry Concepts
        • Create a Data Entry Application
        • Change Data Entry Characteristics
        • Forms Designer
          • Introduction to Forms Design
          • Add Things to a Form
          • Modify Things in a Form
          • Change Form Properties
            • Change Forms File Properties
            • Change Level Properties
            • Change Form Properties
            • Change Block Properties
            • Change Field Properties
            • Change Field Properties for Multiple Fields
            • Change Keyboard Input
            • Change Roster Properties
            • Change Report Properties
            • Change Column Heading Properties
            • Change Row Heading Properties
            • Change Text Properties
      • Data Entry Editing
      • CAPI Data Entry
      • Network Data Entry
      • Android Data Entry
    • Batch Editing Applications
    • Tabulation Applications
    • Data Sources
    • CSPro Statements and Functions
    • Text Templates
    • Templated Reporting System
    • HTML, Markdown, and JavaScript Integration
    • Action Invoker
    • Appendix
  • <CSEntry>
  • <CSBatch>
  • <CSTab>
  • <DataManager>
  • <TextView>
  • <TblView>
  • <CSFreq>
  • <CSDeploy>
  • <CSPack>
  • <CSDiff>
  • <CSConcat>
  • <Excel2CSPro>
  • <CSExport>
  • <CSIndex>
  • <CSReFmt>
  • <CSSort>
  • <ParadataConcat>
  • <ParadataViewer>
  • <CSCode>
  • <CSDocument>
  • <CSView>
  • <CSWeb>

Change Report Properties

To modify the properties for a templated report, open the File menu and select Manage Application Files, or expand Reports in the tree, and then right-click on a templated report and select Properties. Properties include:
Name
This is the name of the templated report. The name must be unique and must contain only letters, numbers, or the underscore character. The name must begin with a letter.
Report Format
This property determines how text is encoded when written to the report when using text template ~~ fills:
  • HTML: Fills are encoded for writing to HTML.
  • Markdown: Fills are encoded for writing to Markdown.
  • Comma Delimited (CSV): Fills are encoded for writing as comma-separated values.
  • None: Fills are not encoded.
Additionally, this format determines how a report is displayed when using the Report.view function. For example, a Markdown report will be converted to HTML for display.
See also: Templated Reports, Manage Application Files