sql >> データベース >  >> RDS >> Sqlserver

Crystal Report は HTML テキストを表示していますが、箇条書きは表示されません。なんで?

    何らかの理由で、Crystal Reports はこれまで HTML タグのサブセットのみをサポートしてきました。 このフォーラム スレッド によると 、箇条書きはそれらの 1 つではありません。

    後世のために、サポートされている HTML タグのリストは次のとおりです。

    html
    body
    div (causes a paragraph break)
    tr (causes only a paragraph break; does not preserve column structure of a table)
    span
    font
    p (causes a paragraph break)
    br (causes a paragraph break)
    h1 (causes a paragraph break, makes the font bold & twice default size)
    h2 (causes a paragraph break, makes the font bold & 1.5 times default size)
    h3 (causes a paragraph break, makes the font bold & 9/8 default size)
    h4 (causes a paragraph break, makes the font bold)
    h5 (causes a paragraph break, makes the font bold & 5/6 default size)
    h6 (causes a paragraph break, makes the font bold & 5/8 default size)
    center
    big (increases font size by 2 points)
    small (decreases font size by 2 points if it's 8 points or larger)
    b
    i
    s
    strike
    u
      


    1. 重複キー更新のMySQL

    2. MySQLは同時挿入をどのように処理しますか?

    3. Webアプリケーションを5日間実行するとパフォーマンスが低下しますが、ボトルネックを特定するにはどうすればよいですか?

    4. 複数の列にわたるDISTINCTのカウント