This is a migrated thread and some comments may be shown as answers.

Apoc.render table-and-caption support

1 Answer 45 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Olivier
Top achievements
Rank 1
Olivier asked on 30 Apr 2013, 02:41 PM
I'm trying to use fo:table-and-caption withTelerik.Apoc.ApocDriver (Render)

Without the "<fo:table-and-caption>" tag, my table generate.
But with it, I get nothing (no error and no table)

Is this tag not supported by the generator?

(I need a table title that will stick on the same page)

Thanks

<fo:table-and-caption>
        <fo:table border="1pt solid black">
             
            <fo:table-column column-width="25mm"/>
            <fo:table-column column-width="25mm"/>
             
            <fo:table-header>
              <fo:table-row>
                <fo:table-cell>
                  <fo:block font-weight="bold">title</fo:block>
                </fo:table-cell>
              </fo:table-row>
            </fo:table-header>
             
            <fo:table-body>
              <fo:table-row>
                <fo:table-cell>
                  <fo:block>val 1</fo:block>
                </fo:table-cell>
              </fo:table-row>
              <fo:table-row>
                <fo:table-cell>
                  <fo:block>val 2</fo:block>
                </fo:table-cell>
              </fo:table-row>
            </fo:table-body>
             
          </fo:table>
</fo:table-and-caption>

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 07 May 2013, 07:16 AM
Hello Oliver,

Although the Apoc library is public, we do not support it for direct use. It is used internally by our controls for creating PDF files and is not for standalone use. For this reason you can't expect that it will follow the XSL-FO specification.

Regards,
Daniel
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Olivier
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or