ActiveReports 12
EmbeddedStyleSheet Constructor

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > EmbeddedStyleSheet Class : EmbeddedStyleSheet Constructor
The name of the EmbeddedStyleSheet.
The StyleSheet instance.
Initializes a new instance of the EmbeddedStyleSheet class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal styleSheet As StyleSheet _
)
public EmbeddedStyleSheet( 
   string name,
   StyleSheet styleSheet
)

Parameters

name
The name of the EmbeddedStyleSheet.
styleSheet
The StyleSheet instance.
See Also

Reference

EmbeddedStyleSheet Class
EmbeddedStyleSheet Members