[This is preliminary documentation and is subject to change.]

Initializes a new instance of the GeneralObject class

Namespace:  OfficeClip.BusinessLayer.Reports
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public GeneralObject(
	string category,
	string type,
	string name,
	string description,
	string header,
	string footer
)
Visual Basic (Declaration)
Public Sub New ( _
	category As String, _
	type As String, _
	name As String, _
	description As String, _
	header As String, _
	footer As String _
)
Visual C++
public:
GeneralObject(
	String^ category, 
	String^ type, 
	String^ name, 
	String^ description, 
	String^ header, 
	String^ footer
)

Parameters

category
Type: System..::.String
unique report category id
type
Type: System..::.String
unique report type id
name
Type: System..::.String
report name
description
Type: System..::.String
report description
header
Type: System..::.String
report header text
footer
Type: System..::.String
report footer text

See Also