Parameters
- stream
- A XML System.IO.Stream containing the theme data.
Return Value
A Theme object representing the loaded theme.
using FileStream fileStream = new FileStream(""path/to/theme/file.rdlx-theme"", FileMode.Open, FileAccess.Read); Theme theme = Theme.Load(fileStream)