Class ReportTemplateSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class ReportTemplateSearch : Search, IEntity
- Inheritance
-
ReportTemplateSearch
- Implements
- Inherited Members
Constructors
ReportTemplateSearch()
Initializes a new instance of the ReportTemplateSearch class.Constructor.
public ReportTemplateSearch()
ReportTemplateSearch(Id)
Initializes a new instance of the ReportTemplateSearch class.Constructor.
public ReportTemplateSearch(Id id)
Parameters
id
IdThe Id.
Properties
IncludeBinaryData
Gets or sets include report Binary Data for this ReportTemplate.
public bool? IncludeBinaryData { get; set; }
Property Value
ReportDataSource
Gets or sets search for a ReportTemplate with this ReportDataSource.
public ReportDataSource? ReportDataSource { get; set; }