'Declaration Public Shared Function Create( _ ByVal themeUri As String, _ ByVal locator As ResourceLocator _ ) As Theme
public static Theme Create( string themeUri, ResourceLocator locator )
Parameters
- themeUri
- A System.String value indicating the URI of the theme.
- locator
- A GrapeCity.ActiveReports.ResourceLocator object for locating theme resources.
Return Value
A new instance of Theme.