ActiveReports Developer 7
CreateTheme Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ITheme Interface : CreateTheme Method

uri
The URI of the existing theme to create the new theme from.

Glossary Item Box

Creates a new theme based on the supplied URI.

Syntax

Visual Basic (Declaration) 
Sub CreateTheme( _
   ByVal uri As System.String _
) 
C# 
void CreateTheme( 
   System.string uri
)

Parameters

uri
The URI of the existing theme to create the new theme from.

See Also