Table wDCR_RdlcLayoutCnv
This table holds the RDLC layout conversion records, each specifying an RDLC layout to convert with information about the conversion status.
Properties
| Name |
Value |
| Access |
Public |
| Caption |
RDLC Layout Conversion |
| DataClassification |
CustomerContent |
| DataPerCompany |
False |
| DrillDownPageId |
wDCR_RdlcLayoutCnv |
| LookupPageId |
wDCR_RdlcLayoutCnv |
Fields
| ID |
Type |
Name |
Description |
| 1 |
Integer |
ID |
The entry ID. |
| 3 |
Integer |
ReportID |
The ID of the report object. |
| 4 |
Text[30] |
ReportName |
The name of the report object. |
| 5 |
Boolean |
HasRdlcLayout |
Specifies whether the report object has a built-in RDLC layout. |
| 6 |
Text[250] |
LayoutName |
Specifies the name of the RDLC layout to convert. |
| 7 |
Guid |
LayoutAppID |
Specifies the app ID for the RDLC layout to convert. |
| 10 |
Blob |
NewLayout |
The contents of the new layout. |
| 11 |
Code[20] |
CustomReportLayoutCode |
Specifies the code of the generated custom report layout (deprecated). |
| 12 |
Text[250] |
NewLayoutName |
Specifies the name of the new layout. |
| 15 |
Boolean |
NewWarningMessages |
Specifies whether there are warning messages from the conversion. |
| 16 |
Blob |
WarningMessages |
The warning messages from the conversion. |
| 17 |
Boolean |
NewErrorMessages |
Specifies whether there are error messages from the conversion. |
| 18 |
Blob |
ErrorMessages |
The error messages from the conversion. |
| 19 |
Enum wDCR_RdlcCnvStatus |
Status |
The conversion status. |