ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Aspnetcore.Designer.Services Namespace / IResourcesService Interface / GetTheme Method
Theme id

In This Topic
    GetTheme Method (IResourcesService)
    In This Topic
    Get theme content by id
    Syntax
    'Declaration
     
    Function GetTheme( _
       ByVal id As String _
    ) As Theme
    Theme GetTheme( 
       string id
    )

    Parameters

    id
    Theme id

    Return Value

    Theme content
    See Also