'Declaration Public ReadOnly Property Themes As ExpressionInfoCollection
public ExpressionInfoCollection Themes {get;}
'Declaration Public ReadOnly Property Themes As ExpressionInfoCollection
public ExpressionInfoCollection Themes {get;}
Report.Themes.Add("path/to/your/theme.rdlx-theme");
Report.Themes.Add("=IIF(Parameters!Theme.Value = \"Black\", \"black.rdlx-theme\",\"white.rdlx-theme\")");