Initializes a new instance of the StyleSheetEditorForm class

Namespace:  PerpetuumSoft.Reporting.DOM.Design
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public StyleSheetEditorForm(
	StyleSheet styleSheet,
	IServiceProvider provider
)
Visual Basic (Declaration)
Public Sub New ( _
	styleSheet As StyleSheet, _
	provider As IServiceProvider _
)
Visual C++
public:
StyleSheetEditorForm(
	StyleSheet^ styleSheet, 
	IServiceProvider^ provider
)

See Also