'Declaration Function RelayoutDocument( _ ByVal token As String, _ ByVal description As ReportDescription, _ ByVal options As RelayoutOptions _ ) As RequestResult
RequestResult RelayoutDocument( string token, ReportDescription description, RelayoutOptions options )
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.