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

Gets or sets list of report types

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

Syntax

C#
public List<ReportType> ReportTypeList { get; set; }
Visual Basic (Declaration)
Public Property ReportTypeList As List(Of ReportType)
Visual C++
public:
property List<ReportType^>^ ReportTypeList {
	List<ReportType^>^ get ();
	void set (List<ReportType^>^ value);
}

See Also