Home Server

RBServer printing specific report

edited June 2013 in Server
Using the demo rbMSSQLServerReportServer.exe, I want the client to
print/preview a report I know exists in the rb_item table.

When I try this on the client:
rsClientReport1.ServerConnection.Address := '192.168.7.147';
rsClientReport1.ServerConnection.Port := 1333;
rsClientReport1.ReportName := 'Processing Label CCH';
rsClientReport1.VolumeName := 'Report Explorer Database';
rsClientReport1.Print;

it fails with the error 'Report not registered'.

Do I have to register EVERY report in rb_item in the server program?

If so, what happens when a new report is designed/added and the server
is already active?

Thanks,
Arthur

Comments

  • edited June 2013
    The ReportVoume.DirectoryOptions provides configuration options for
    controlling the behavior of volume directory caching on the server.

    Use the EnableCaching property to specify whether the volume caches
    directory information.

    The RefreshInterval property indicates the number of seconds that may elapse
    until the cached copy of the report volume directory expires.



    -
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.