Gets the all themes associated with the report.
Property Value
A
Collection object containing the themes URIs associated with the report.
or using an expression
Report.Themes.Add("path/to/your/theme.rdlx-theme");
Report.Themes.Add("=IIF(Parameters!Theme.Value = \"Black\", \"black.rdlx-theme\",\"white.rdlx-theme\")");