ActiveReports 12 Server User Guide
RelayoutDocument Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IDesignerService Interface : RelayoutDocument Method
The security token to use.
The report description.
The options for relayout.
Relayouts the document specified by ID in relayout options.
Syntax
'Declaration
 
Function RelayoutDocument( _
   ByVal token As String, _
   ByVal description As ReportDescription, _
   ByVal options As RelayoutOptions _
) As RequestResult

Parameters

token
The security token to use.
description
The report description.
options
The options for relayout.

Return Value

ActiveReports.Server.ReportServices.Contracts.RequestResult object containing the request id and resolved uri.
See Also

Reference

IDesignerService Interface
IDesignerService Members