ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / Theme Class / Create Method

In This Topic
    Create Method (Theme)
    In This Topic
    Syntax
    '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
    locator
    See Also