ActiveReports 12 Server User Guide
SetDefaultTheme Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IReportService Interface : SetDefaultTheme Method
The security token to use.
The identifier of the theme.
Sets theme identified by provided id as default theme.
Syntax
'Declaration
 
Function SetDefaultTheme( _
   ByVal token As String, _
   ByVal id As String _
) As Result
Result SetDefaultTheme( 
   string token,
   string id
)

Parameters

token
The security token to use.
id
The identifier of the theme.

Return Value

Object containing information about errors.
See Also

Reference

IReportService Interface
IReportService Members