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

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

Syntax

C#
public ReportType(
	string name,
	string description,
	string header,
	string footer,
	string rdlc_location,
	List<ReportFilter> listRepFilter
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	description As String, _
	header As String, _
	footer As String, _
	rdlc_location As String, _
	listRepFilter As List(Of ReportFilter) _
)
Visual C++
public:
ReportType(
	String^ name, 
	String^ description, 
	String^ header, 
	String^ footer, 
	String^ rdlc_location, 
	List<ReportFilter^>^ listRepFilter
)

Parameters

name
Type: System..::.String
description
Type: System..::.String
header
Type: System..::.String
footer
Type: System..::.String
rdlc_location
Type: System..::.String
listRepFilter
Type: System.Collections.Generic..::.List<(Of <(ReportFilter>)>)

See Also