Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » grid print title Collapse All
Subject Author Date
Andrew Banks Aug 2, 2007 - 3:35 PM

I tried
void CExtGrid::OnGetPrintableDocTitle(
        CExtSafeString & strPrintableDocTitle
        )
{
    strPrintableDocTitle = "DocTitle" ;
}

to print a grid title. It is called but a title does not print.

How do I print a title for a grid?

Technical Support Aug 3, 2007 - 9:42 AM

The titles are currently not supported in the printing subsystem. This virtual method was added to make the APIs similar to MFC views.

Andrew Banks Aug 7, 2007 - 2:15 PM

Any chance of allowing a grid title to be printed.

Technical Support Aug 9, 2007 - 8:28 AM

You could export the content of the grid control into Excel or HTML and print it in this case.