report EntityType
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
Single-valued navigation properties
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 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 | 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 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 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 Display Name: Viewable By |
isscheduledreport | Edm.Boolean | Description: Information about whether the report is a scheduled report. Default Options: 1 : True 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 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 | lk_reportbase_createdby | |
createdonbehalfby | lk_report_createdonbehalfby | |
modifiedby | lk_reportbase_modifiedby | |
modifiedonbehalfby | lk_report_modifiedonbehalfby | |
ownerid | owner_reports | |
owningbusinessunit | business_unit_reports | |
parentreportid | 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 | regardingobjectid_report | |
report_parent_report | parentreportid | |
report_reportcategories | reportid | |
Report_SyncErrors | regardingobjectid_report_syncerror |
The following operations are bound to the report entity type.
Name | Bound to |
|---|---|
Entity | |
Entity |
The following operations use the report entity type in a parameter or return type.
Name | How used | Description |
|---|---|---|
entity Parameter | Downloads a report definition. | |
entity Parameter | Retrieves the history limit for a report. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright