ActiveReports 9 Server
RenderReport Method

Renders the report specified in the description using the specified options.

Syntax

C#
Copy Code
RequestResult RenderReport(string token, ReportDescription description, RenderOptions options);

Parameters

token
The security token to use.

description
The ReportDescription object containing information about the report.

options
The RenderOptions object containing information about how to render the report.

Return Value

A RequestResult object.

See Also

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum