report EntityType

Dynamics CRM 2016
 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Description: Data summary in an easy-to-read layout.

Entity Set path:[organization URI]/api/data/v8.2/reports

Base Type: crmbaseentity EntityType

Display Name: Report

Primary Key: reportid

Primary Name Attribute: name

Properties

Lookup Properties

Single-valued navigation properties

Collection-valued navigation properties

Operations bound to report

Operations using the report entity type.

Properties represent fields of data stored in the entity. Some properties are read-only.

Name

Type

Details

bodybinary

Edm.String

Description: Binary report contents (base-64 encoded).

Display Name: Body Binary

bodybinary_binary

Edm.Binary

Description: Binary report contents (base-64 encoded).

bodytext

Edm.String

Description: Text contents of the RDL file for a Reporting Services report.

Display Name: Body Text

bodyurl

Edm.String

Description: URL for a linked report.

Display Name: Linked Report URL

componentstate

Edm.Int32

Description: For internal use only.

Default Options:

0 : Published
1 : Unpublished
2 : Deleted
3 : Deleted Unpublished

Display Name: Component State

Read-only property

createdinmajorversion

Edm.Int32

Description: Major version number of Crm, used to identify the version of Crm in which report is created.

Display Name: Crm Version in which the Report is created

createdon

Edm.DateTimeOffset

Description: Date and time when the report was created.

Display Name: Created On

Read-only property

customreportxml

Edm.String

Description: XML used to define a custom report.

Display Name: Custom Report XML

Read-only property

defaultfilter

Edm.String

Description: Default filter for the report.

Display Name: Default filter

description

Edm.String

Description: Description of the report.

Display Name: Description

filename

Edm.String

Description: File name of the report.

Display Name: File Name

filesize

Edm.Int32

Description: File size of the report.

Display Name: File Size (Bytes)

Read-only property

introducedversion

Edm.String

Description: Version in which the report is introduced.

Display Name: Introduced Version

iscustomizable

BooleanManagedProperty ComplexType

Description: Information that specifies whether this component can be customized.

Display Name: Customizable

iscustomreport

Edm.Boolean

Description: Information about whether the report is a custom report.

Default Options:

1 : True
0 : False

Display Name: Is Custom Report

Read-only property

ismanaged

Edm.Boolean

Description: Indicates whether the solution component is part of a managed solution.

Default Options:

1 : Managed
0 : Unmanaged

Display Name: Is Managed

Read-only property

ispersonal

Edm.Boolean

Description: Information about whether the report is personal or is available to all users.

Default Options:

1 : Individual
0 : Organization

Display Name: Viewable By

isscheduledreport

Edm.Boolean

Description: Information about whether the report is a scheduled report.

Default Options:

1 : True
0 : False

Display Name: Is Scheduled Report

Read-only property

languagecode

Edm.Int32

Description: Language in which the report will be displayed.

Display Name: Language

mimetype

Edm.String

Description: MIME type of the report.

Display Name: Mime Type

modifiedon

Edm.DateTimeOffset

Description: Date and time when the report was last modified.

Display Name: Modified On

Read-only property

name

Edm.String

Description: Name of the report.

Display Name: Name

originalbodytext

Edm.String

Description: Original Text contents of the RDL file for a Reporting Services report.

Display Name: Body Text

Read-only property

overwritetime

Edm.DateTimeOffset

Description: For internal use only.

Display Name: Record Overwrite Time

Read-only property

queryinfo

Edm.String

Description: For internal use only.

Display Name: Query Info Structure

Read-only property

reportid

Edm.Guid

Description: Unique identifier of the report.

Display Name: Report

reportidunique

Edm.Guid

Description: For internal use only.

Display Name: Report

Read-only property

reportnameonsrs

Edm.String

Description: Name of the report on SRS.

Display Name: Name on SRS

Read-only property

reporttypecode

Edm.Int32

Description: Type of the report.

Default Options:

1 : Reporting Services Report
2 : Other Report
3 : Linked Report

Display Name: Report Type

schedulexml

Edm.String

Description: XML used for defining the report schedule.

Display Name: Schedule Definition XML

Read-only property

signaturedate

Edm.DateTimeOffset

Description: Report signature date, used to identify a report for upgrades and hotfixes.

Display Name: Report Signature Date

signatureid

Edm.Guid

Description: Unique identifier of the report signature used to identify a report for upgrades and hotfixes.

Display Name: Signature

signaturelcid

Edm.Int32

Description: Report signature language code used to identify a report for upgrades and hotfixes.

Display Name: Signature Language Code

signaturemajorversion

Edm.Int32

Description: Report signature major version, used to identify a report for upgrades and hotfixes.

Display Name: Report Signature Major Version

signatureminorversion

Edm.Int32

Description: Report signature minor version, used to identify a report for upgrades and hotfixes.

Display Name: Report Signature Minor Version

solutionid

Edm.Guid

Description: Unique identifier of the associated solution.

Display Name: Solution

Read-only property

timezoneruleversionnumber

Edm.Int32

Description: For internal use only.

Display Name: Time Zone Rule Version Number

utcconversiontimezonecode

Edm.Int32

Description: Time zone code that was in use when the record was created.

Display Name: UTC Conversion Time Zone Code

versionnumber

Edm.Int64

Description: Version number of the report.

Display Name: Version Number

Read-only property

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Retrieve data about lookup properties

Name

Single-valued navigation property

Description

_createdby_value

createdby

Unique identifier of the user who created the report.

_createdonbehalfby_value

createdonbehalfby

Unique identifier of the delegate user who created the report.

_modifiedby_value

modifiedby

Unique identifier of the user who last modified the report.

_modifiedonbehalfby_value

modifiedonbehalfby

Unique identifier of the delegate user who last modified the report.

_ownerid_value

ownerid

Unique identifier of the user or team who owns the report.

_owningbusinessunit_value

owningbusinessunit

Unique identifier of the business unit that owns the report.

_owningteam_value

Unique identifier of the team who owns the report.

_owninguser_value

Unique identifier of the user who owns the report.

_parentreportid_value

parentreportid

Unique identifier of the parent report.

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name

Type

Partner

createdby

systemuser EntityType

lk_reportbase_createdby

createdonbehalfby

systemuser EntityType

lk_report_createdonbehalfby

modifiedby

systemuser EntityType

lk_reportbase_modifiedby

modifiedonbehalfby

systemuser EntityType

lk_report_modifiedonbehalfby

ownerid

principal EntityType

owner_reports

owningbusinessunit

businessunit EntityType

business_unit_reports

parentreportid

report EntityType

report_parent_report

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name

Type

Partner

Report_AsyncOperations

asyncoperation EntityType

regardingobjectid_report

report_parent_report

report EntityType

parentreportid

report_reportcategories

reportcategory EntityType

reportid

Report_SyncErrors

syncerror EntityType

regardingobjectid_report_syncerror

The following operations are bound to the report entity type.

Name

Bound to

DownloadReportDefinition Function

Entity

GetReportHistoryLimit Function

Entity

The following operations use the report entity type in a parameter or return type.

Name

How used

Description

DownloadReportDefinition Function

entity Parameter

Downloads a report definition.

GetReportHistoryLimit Function

entity Parameter

Retrieves the history limit for a report.

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: