Table of Contents

Class ReportTemplateSearch

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

false search The object used to specify the arguments when searching for ReportTemplate(s).

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 Id

The Id.

Properties

IncludeBinaryData

Gets or sets include report Binary Data for this ReportTemplate.

public bool? IncludeBinaryData { get; set; }

Property Value

bool?

bool

ReportDataSource

Gets or sets search for a ReportTemplate with this ReportDataSource.

public ReportDataSource? ReportDataSource { get; set; }

Property Value

ReportDataSource?

ReportDataSource