Search results
Suggest a FeaturePDF

Error codes in report parsing and processing

This section provides a detailed explanation and solution to the respective problems in the Report Viewer for parsing and processing the report.

RV0001

The source of the report definition has not been specified.

Description

The Report Viewer will not render the report when either the report path or stream is not set, or the given path is incorrect.

Solution

  1. Make sure that the report path is specified and ensure whether the name or report path is correct.
  2. Check whether the report exists in the specified directory or not and also it should be accessible.

RV0009

Provide Report Server information to get shared data source information.

Description

Report with a shared data source must contain the Report Server information and credentials that are provided to render in the Report Viewer.

Solution

Make sure that the credentials in the Report Server URL are not empty and ensure that the correct information is provided to the Report Viewer. For example, refer to the below code.

Viewer.ReportServerUrl = @"https://demos.boldreports.com/services/api/ReportViewer";
Viewer.ReportServerCredential = new System.Net.NetworkCredential("username", "password");

RV0010

An error occurred while sending a request to the reporting service.

Description

Report will not be rendered when there is a problem while connecting or retrieving the data from the provided reporting service’s URL.

Solution

  1. Make sure that you are connected to the internet.
  2. Ensure that the specified reporting service URL is valid.
  3. whether the reporting service is running or not.

If not, start the reporting service from the desktop shortcut (for example: Start BoldReports in IIS) or from an installed location. Installed location path: (C:\Program Files (x86)\Bold Reports\Enterprise Reporting\Utilities\DeployIIS)

RV0013

The report definition has an invalid schema version.

Description

Report definition should contain the supported schema version (for example, 2008) to render the report in the Report Viewer.

Solution

Make sure that the provided schema in your report definition is supported in the Report Viewer. Supported versions are 2008, 2010, and 2016.

RV0014

The requested file or assembly was not found. It may have either moved or renamed.

Description

Any of the assembly related to the report platform is missing at the installation location.

Solution

  1. If you are previewing the report from the Report Designer, check whether any assembly is missing at the installed location (C:\Program Files (x86)\Bold Reports\Report Designer) or reinstall the Report Designer application.
  2. If you are loading the report from SDK sample, check whether any assembly is missing at the installed location (C:\Program Files (x86)\Bold Reports\Embedded Reporting\Assemblies) or reinstall the Report Platform SDK application.
  3. If you are loading the report from the Report Server, check whether any assembly is missing at the installed location (C:\Program Files (x86)\Bold Reports\Enterprise Reporting\Utilities\DeployIIS) or reinstall the Report Server application.

Note: Please contact Syncfusion® support if you cannot resolve the issue.

RV0023

Expressions are not used within the scope.

Description

Report Viewer encounters an error when an expression must be used outside the scope.

Solution

Provide a valid expression within the scope. Note: Detailed description with the line number and position is mentioned in the Report Viewer instance error dialog.

RV0024

An error occurred during the local report processing. There is an error that occurred while rendering the custom code.

Description

Report Viewer encounters an error when compiling the custom code used in the report.

Solution

Provide valid custom code in your report based on detailed information mentioned in the Report Viewer instance error dialog. Note: Custom code exists in report properties.

RV0034

The Value property of an image report item contains an invalid value.

Description

Report will not be rendered to the Report Viewer when you try to use invalid image data or a non-existing image in the report.

Solution

Ensure that the value provided to the image report item is specified properly, and make sure that the image is available.

  1. Embedded: Image data should be available in a report definition.
  2. External: External images can be obtained by specifying a URL and make sure that credentials are sufficient to access the image.
  3. Database: Images can be referred from the dataset, and make sure that credentials are sufficient to access the database.

RV0051

The data source used in a report does not exist or not accessible.

Description

Report will not be rendered in the Report Viewer when the data source used in a report does not exist or it is not accessible due to permission rights.

Solution

Ensure whether the data source in a report exists in the referred location.

  1. For embedded data source, the data source is referred in the local machine.
  2. For shared data source, the data source exists on the server and used on the local machine. Make sure that the authentication is sufficient to access the data source.

RV0062

Fields cannot be used in report parameter expressions.

Description

Report Viewer does not render the report when the parameter contains field expressions and fields cannot be used in report parameter expressions.

Solution

Remove the field expressions used in parameter expressions.

RV0072

Forward dependencies are not valid.

Description

Report will not be rendered when there is an existence of forward dependencies between parameters.

Solution

Make sure to remove the forward dependencies in your report definition before previewing the report. Example: First Parameter depends on Dataset 1 and Dataset 2 depends on Second Parameter, and then it results in forward dependency. Note: Parameters are executed based on the order.

RV0073

Please select a value for the report parameter.

Description

Report parameters must be supplied with values if it is non-nullable while trying to preview the report in the Report Viewer.

Solution

Enter the value of the parameter in a parameter block when it is non-nullable or allow blank.

RV0075

The expression that references the parameter is not valid and does not exist in the parameter collection or forward dependencies.

Description

Report Viewer throws errors when you try to use a non-existing report parameter or with forward dependencies.

Solution

Make sure to use the parameters that exist report definition and avoid forward dependencies in the report. Note: Letters in the names of parameters should be in the correct case.

RV0083

The value provided for the report parameter is not valid for its type.

Description

The report will not be rendered by the Report Viewer when the specified value for the report parameter is irrespective of its type.

Solution

Provide an appropriate value for the report parameter based on its data type while rendering the report. Example: A parameter with an integer data type allows integer values, not float values.

RV0084

Report item refers to an invalid DataSetName.

Description

Report will not be rendered in the Report Viewer when a non-existing dataset is used in the report.

Solution

  1. Embedded: Make sure that the report item referred dataset exists in the report definition.
  2. Shared: Make sure that the referred dataset exists on the server and accessible.

RV0089

Collection class or data table input is needed.

Description

To render the RDLC report in the Report Viewer, the report must have a collection class or data table input to rendering the report.

Solution

Make sure to provide dataset collection to render the report. Supported collections are IEnumerable, System.Data.DataTable, and System.Data.Dataset.

RV0152

Report variable or group variable reference cannot be used in report parameter expressions.

Description

Report Viewer does not render the report when the parameter contains group or report variables. Variable values cannot be used in report parameter expressions.

Solution

Remove the variable reference used in the parameter expressions.

RV0156

An invalid operator is used in expression.

Description

Report Viewer encounters an error if it contains an invalid operator in an expression.

Solution

Make sure to use appropriate and supported operators in the expression. Note: Detailed information is provided with the expression, and the report item name is mentioned in the Report Viewer instance error dialog.

RV0164

Data region items are not allowed in reports without datasets to render in the Report Viewer.

Description

Report Viewer will not render the report when the data region items does not refer to the dataset.

Solution

Make sure to provide the dataset name property value in your report definition. Note: Report will render when the report definition has a single dataset; When the dataset count is greater than one, you must specify the dataset name property value to data region items (Tablix, Chart, Gauge, etc..).

RV0167

Toggle items must be text boxes that share the same scope, and they are not allowed in page headers or footers.

Description

In our Report Viewer, toggle items must be shared within the same scope, and they are not allowed in page headers and page footers.

Solution

Provide toggle items in the report in the same scope, not from their page header or page footer. Example: If a report item in the page header contains a toggle item, then the referred toggle item should be in the header region.

RV0175

A ReportName cannot be an empty string or just white space.

Description

In SubReport item, the ReportName property value cannot be an empty or just white space.

Solution

Make sure that the ReportName property value for the subreport item is not empty.

RV0293

Aggregate and lookup functions cannot be used in report parameter expressions.

Description

The value expression is used for report parameter, it includes an aggregate or lookup function. Aggregate and lookup functions cannot be used in report parameter expressions.

Solution

Remove Aggregate and Lookup functions in your report parameter expressions.

RV0331

Lookup function has an incorrect number of parameters.

Description

Provided lookup function has an incorrect number of parameters in report definition.

Solution

Provide the correct number of arguments for lookup expressions in respective report item expressions and refer to the syntax of the lookup expressions.

RV0334

ReportItem expressions can be referred only to fields within the current dataset.

Description

ReportItem expressions can be referred only to fields within the current dataset. Make sure that the field expression is referred to the current dataset.

Solution

Provide current dataset fields for report item expression. Note: Tablix report item with scope Dataset1 must contain the fields in the dataset1. If field expression specified in another dataset is required, then you should specify the scope. Example: =First(Fields!Name.Value, "Dataset2")

RV0347

Each dataset, data region, or grouping in the report has different name for their report item. Dataset, data region, and grouping names must be unique within a report.

Description

Report item referred dataset, data region, and grouping names must be unique within a report.

Solution

Provide a unique dataset, data region, and grouping name for their report item in your report definition.

  1. Incorrect: Dataset name: Item 1, Tablix name: Item 1
  2. Correct: Dataset name: Item 1, Tablix name: Item 1

RV0362

An error has occurred on the Report Server.

Description

Specified reporting service encounters an error while rendering the report in the Report Viewer.

Solution

  1. Check the error log file(s) generated in the below mentioned location. (C:\Program Files\Bold Reports\Enterprise Reporting\idp\web\Logs)
  2. For more information about the types of status code, refer to the available status code in online.

RV0394

The value expression for the TextRun contains a colon or a line terminator.

Description

The Textbox report item value expression contains a colon or a line terminator. Colons and line terminators are not valid in expressions.

Solution

Remove colons and line terminator used in the specified report item expression.

RV0444

Cannot load sub report.

Description

Sub report cannot be loaded with an invalid name or report path.

Solution

  1. Make sure that the sub report path is specified and ensure whether the name or path is correct.
  2. Check whether the report exists in the specified directory or not, and also it should be accessible.

RV0445

The subreport cannot be found at the specified location.

Description

Report will not be rendered in the Report Viewer when the report does not exist in the specified location.

Solution

Make sure that the report name or path is correct, and the report exists in the specified directory.

RV0446

Subreport cannot be shown.

Description

Report Viewer will not render the sub report without the ReportPath or ReportServerUrl.

Solution

Provide a subreport ReportPath or ReportServerUrl in your report.

RV0451

The tablix has a detail member with inner members. Detail members contain only static inner members.

Description

In the tablix report item, detail members contain only static inner members.

Solution

In the tablix report item, provide static inner members for their detail members.

RV0488

The tablix report item has an invalid Tablix member in the column hierarchy, and the KeepTogether property is not set to None.

Description

All tablix member elements in a TablixColumnHierarchy must have the KeepWithGroup property as None.

Solution

Set KeepWithGroup property as None in a TablixColumnHierarchy for all Tablix members in the tablix report item.

RV0534

Report Deserialization failed.

Description

An error occurred during the deserialization of the report definition.

Solution

  1. XML deserialization is failed due to incorrect item tags or missed elements. Report item elements should have its required attributes.
  2. Note: Detailed description with line number and position is mentioned in the Report Viewer instance error dialog.

RV0535

Provide Report Server information to get shared dataset information.

Description

Report with shared datasets must contain the Report Server information and credentials to render in the Report Viewer.

Solution

Make sure that the credentials in the Report Server URL are not empty and ensure that the correct information is provided to the Report Viewer. Example: Viewer.ReportServerUrl = @"https://demos.boldreports.com/services/api/ReportViewer"; Viewer.ReportServerCredential = new System.Net.NetworkCredential("username", "password");

RV0537

The ReportServerUrl or ReportServerCredential is missing.

Description

Server report or server referred items used in the report will not be rendered in the Report Viewer without ReportServerUrl and ReportServerCredential.

Solution

Make sure that the ReportServerUrl and ReportServerCredential are not empty and provided with proper data and are accessible.

RV0538

The value for the DataSetName property is missing.

Description

Data region items are not allowed in reports without datasets to render in the Viewer.

Solution

Make sure to provide a dataset name property value in your report definition and ensure that the property value is not empty.

RV0539

Provide dataset inputs for the report.

Description

To render the RDLC report, you must add the data source collection in the Report Viewer if any dataset is used in the report.

Solution

Make sure to add the dataset to render the report in Report Viewer if dataset fields are used. Example: Viewer.DataSources.Add("Dataset1", object collection of data) Note: Here, name (“Dataset 1”) is the dataset name used in the report definition.

RV0540

Invalid Expression

Description

Report Viewer does not render the report when an invalid expression is used.

Solution

Provide valid expressions in the respective report item. Note: Detailed description with line number and position is mentioned in the Report Viewer instance error dialog.

RV0542

Unsupported Expression

Description

Provided expression does not support in the Report Viewer. Object expressions do not have complete support.

Solution

Please use supported expressions in the Report Viewer to render the report.

RV0543

The DateAdd function should have arguments.

Description

Report Viewer encounters an error if DateAdd function does not contain any arguments.

Solution

Provide arguments for DateAdd function in the respective report item expression and refer to the syntax of the DateAdd function. Example: =DateAdd("d",3,Fields!BirthDate.Value)

RV0544

The DateDiff function should contain arguments.

Description

Report Viewer encounters an error if DateDiff function does not contain arguments in an expression.

Solution

Provide arguments for DateDiff function in the respective report item expression and refer to the syntax of the DateDiff function. Example: =DateDiff("yyyy",Fields!BirthDate.Value,"1/1/2010")

RV0546

PaymentPeriod must be between 1 and numberOfPayments.

Description

Report Viewer encounters an error if the payment period does not fall within the range.

Solution

Provide payment period value between 1 and numberOfPayments.

RV0547

This implementation does not handle zero interest rate.

Description

Report is not rendered in the Report Viewer when it holds the zero interest rate.

Solution

Provide greater than 0 or less than 0 interest rate. Does not provide 0 value for their interest rate.

RV0548

Invalid Expression

Description

The expression used in the report is incorrect scope, syntax, or unsupported.

Solution

Ensure that the expression used in the report is correct with valid scope and syntax. Note: Detailed information of report item along with line number and position is mentioned in the Report Viewer instance error dialog.

RV0549

Method name is not a member in custom code.

Description

Evaluated method name is not a member in your custom code.

Solution

Provide a valid method name. Make sure that the provided method name is present in your custom code.

RV0552

Parameter is missing a value.

Description

Report Viewer will not render the report when the hidden parameter does not contain a value that is non-nullable.

Solution

Provide value to hidden parameters in your report definition before rendering the report. Note: Hidden parameters must contain a default value, or it should be nullable.

RE0001

The report path value cannot be null or empty.

Description

This error occurs when the ReportPath property of the Report Viewer is not assigned a valid report definition path.

Solution

Provide the valid relative or absolute path location of the report in the ReportPath property. Example: reportViewer.ReportPath = ../ReportTemplate.rdl;

RE0002

The path {0} specified for the report is not valid or not found.

Description

This error indicates that the path assigned to ReportPath either points to a non-existent report or is incorrectly formatted.

Solution

Ensure the valid report path is specified in the ReportPath property or make sure that the specified report exists and is accessible in the provided location.

RE0003

The {0} file input stream is null.

Description

This error is thrown when attempting to load a report using a stream, but the stream provided is null.

Solution

Make sure that the provided file input stream is not empty/null. Example: reportViewer.LoadReport(reportStream);

RE0004

The stream input is not available for the report subreport {0}.

Description

This occurs when a subreport is expected, but the stream for the subreport is missing or not supplied.

Solution

To load a subreport, make sure to set the stream input in the LoadSubreport definition. Example: reportViewer.LoadSubreport(subReportName, subReportStream);

RE0005

The report server URL specified is invalid.

Description

This error occurs when the ReportServerUrl provided to the viewer is incorrect or unreachable.

Solution

Provide the valid report server URL of a report in the ReportServerUrl property to load the server report. Example: reportViewer.ReportServerUrl = @'http://localhost/reportserver';

RE0006

The credentials required to access the report server are not supplied.

Description

This error occurs when the ReportServerUrl provided to the viewer is incorrect or unreachable.

Solution

Specify report server credentials in the report viewer to access the report server. Example: reportViewer.ReportServerCredential = new NetworkCredential('userName', 'password');

RE0007

The server report details have been given and the processing mode set to local incorrectly.

Description

This occurs when the processing mode is set to Local but server-related settings like ReportServerUrl are also specified, which causes a conflict.

Solution

Ensure the provided processing mode is correct. ‘Remote’ for server report processing and ‘Local’ to process a local report. Example: reportViewer.ProcessingMode = ProcessingMode.Remote //For remote processing reportViewer.ProcessingMode = ProcessingMode.Local //For local report processing.

RE0008

The provided credentials are invalid to access the report server. Login failed for user ‘{0}‘.

Description

This error indicates that the authentication credentials supplied to the report server are incorrect.

Solution

Make sure that the provided credentials are valid to access the report server. Example: reportViewer.ReportServerCredential = new NetworkCredential('userName', 'password');

RE0009

Failed to retrieve the {0} ‘{1}’ stream from the provided server details ‘{2}’

Description

This error occurs when the Report Viewer cannot retrieve a resource (like a report or subreport) from the report server due to incorrect server configuration or missing files.

Solution

Provide the valid report server information (ReportServerURL, ReportServerCredential, ReportPath) to retrieve the report stream from server.

RE0010

An error occurred in communicating to the reporting service.

Description

This error is thrown when there is a network or configuration issue preventing the Report Viewer from connecting to the report server.

Solution

Verify that the report server is reachable and that correct details are provided. Also, ensure that firewalls or proxies are not blocking communication.

RE0011

The report definition is not valid.

Description

This error occurs when the report definition (.rdl/.rdlc file) is invalid or corrupted. It may happen if required elements are missing or incorrectly formatted in the XML schema.

Solution

Ensure that the provided report has a valid report definition. Example : Report element missing in .rdl file.

RE0012

An unexpected error occurred in Report Processing during serialization: {0}.

Description

This error occurs when the Report Viewer encounters an unexpected issue during the report processing or serialization stage, often caused by corrupt data or misconfigured objects in the report.

Solution

Review the provided exception message {0} for more insight. Validate all expressions and report objects. Also, confirm the report does not contain circular references or unsupported data types.

RE0013

The report definition is not valid or has an unsupported element by this version of ReportDefinition schema. The report definition contains XML that is not well formed or the XML is not valid based on the Report Definition schema. Details: {0}

Description

This error occurs when the report uses an unsupported ReportDefinition schema version or contains elements not recognized by the current Report Viewer.

Solution

Make sure that the provided schema in your report definition is supported in report viewer. Supported versions are 2008, 2010, and 2016.

RE0014

The dependent assembly was not found. It may have been either moved or renamed.

Description

The dependent assembly was not found. It may have been either moved or renamed.

Solution

Ensure that dependent assemblies of report viewer exist in the referenced location. Check whether the assembly is missing at the installed location. If you are loading the report from report designer : (%ProgramData%/Syncfusion/Report Designer/ReportDesigner) SDK : (%ProgramData%/Report Platform SDK/Assemblies) ReportServer : (%ProgramData%/Report Server/ReportServer.Web\bin)

RE0015

The expression used for the language of ‘{1}’ refers to a field. Fields cannot be used in report language expressions.

Description

This error occurs when a field expression is incorrectly used in the reports Language property.

Solution

Make sure to avoid the usage of field expressions in report language expressions.

RE0016

The number of columns specified for the report body is not valid. The number of columns must be between 1 and 100.

Description

This error is thrown when the column count defined in the report body layout is outside the valid range.

Solution

Ensure that the number of columns in the rdl/rdlc report are in the range from 1 to 100.

RE0017

The {0} {1} is in the page header or footer and has a {2}. {2} cannot be used by a {0} in the page header or footer.

Description

This error occurs when unsupported items (like a tablix or chart) are placed inside page headers or footers.

Solution

Make sure that a designed report contains report items in valid regions. Data visualization items (Tablix, chart, gauge, map, sparkline, databar, indicator) cannot be used in page headers or footers.

RE0018

The {0} ‘{1}’ contains a {2} with a duplicate name, ‘{3}‘. {2} names must be unique within the report.

Description

This error is thrown when two or more report items share the same identifier, which must be unique.

Solution

Ensure that the report contains a unique report item or group name.

RE0019

A {2} in the {0} ‘{1}’ has an invalid {2} name, ‘{3}‘. {2} names must be CLS-compliant identifiers.

Description

This error occurs when a name assigned to a report item or variable violates Common Language Specification (CLS) naming rules.

Solution

Provide the report item, variable, or group name with a valid format. The name should not contain spaces, and it must begin with a letter followed by letters, numbers, or the underscore character.

RE0020

A {2} in the {0} ‘{1}’ has an invalid {2} name, ‘{3}‘. {2} names must be greater than 0 and less than or equal to {4} characters.

Description

This error is caused when the name of a report element (like a variable or group) is either empty or exceeds the allowed length.

Solution

Provide a valid variable name: the name should not be empty or longer than 256 characters.

RE0021

The {2} expression for the {0} ‘{1}’ refers to the global variable Aggregates, which is not defined.

Description

This error occurs when an expression in a report references a global variable or collection named Aggregates, which is either undefined or incorrectly used in the current scope.

Solution

Ensure that the expression contains valid global collection variant types.

RE0022

The First, Last aggregate functions cannot be specified as nested aggregates.

Description

This error occurs when First() or Last() functions are used inside other aggregate functions (like Sum(First(...))), which is not supported.

Solution

Remove the First, Last aggregate functions used in nested expressions.

RE0023

The expression that references the variable ‘{0}’ does not exist in the Variables collection. Expressions can only refer to variables within the report scope or a containing grouping scope. Letters in the names of variables must use the correct case.

Description

This error is triggered when a report expression refers to a variable that hasn’t been defined in the scope or has incorrect casing.

Solution

Specify the valid variables in an expression that exists in the report definition. The name must match an item/group/data set in a report.

RE0024

There is an error on line {4} of custom code: {3}

Description

This error occurs when the custom embedded code in the report fails to compile due to a syntax or runtime error.

Solution

Make sure that the provided custom code is compiled successfully without an error.

RE0025

More than one class instance in the report has the name ‘{1}‘. Class instance names must be unique within a report.

Description

This error occurs when multiple code class instances in the report share the same name.

Solution

Provide a unique class instance name and ensure that the InstanceNames of a two or more classes are different in a report.

RE0026

Error in class instance declaration for class {1}: {3}

Description

This error indicates a problem in the class instance declaration, such as incorrect syntax, invalid reference, or missing class in custom code.

Solution

Modify the class instance declaration and ensure there is no compile error.

RE0027

Failed to load assembly. Details: {3}

Description

This error is triggered when a required assembly (DLL) referenced in the report cannot be found or loaded.

Solution

Add the assemblies to the Assemblies API in the Report Viewer.

RE0028

Error while loading code module: ‘{3}‘. Details: {4}

Description

This error occurs when a report references a code module that is either missing, corrupted, or improperly referenced.

Solution

Ensure that elements of Report.CodeModule exist in a report to use in the expression.

RE0029

The report references the code module {3}, which is not a trusted assembly.

Description

This error indicates that the report tries to use a code module that is not whitelisted or trusted in the current environment.

Solution

Add the trusted assembly references in the code module.

RE0030

The report contains an invalid embedded image name, {1}. Embedded image names must be greater than 0 and less than or equal to {3} characters.

Description

This error occurs when the name assigned to an embedded image is missing or exceeds the allowed length.

Solution

Provide the valid name in the Name property of EmbeddedImage; name length must be greater than zero and fewer than 256 characters.

RE0031

More than one embedded image in the report has the name {1}. Embedded image names must be unique within a report.

Description

This error occurs when multiple embedded images share the same name, which must be unique within a report definition.

Solution

Provide a unique name in EmbeddedImage and ensure that the name properties of two or more EmbeddedImages are different within the same report.

RE0032

The report contains an embedded image with an invalid name {1}. Embedded image names must be CLS-compliant identifiers.

Description

This error is thrown when the image name does not follow Common Language Specification (CLS) rules.

Solution

Provide the name property of EmbeddedImage with a valid format. The name should not contain spaces, and it must begin with a letter followed by letters, numbers, or the underscore character.

RE0033

The embedded image {1} contains invalid data. Embedded image data must be a base 64 encoded string.

Description

This error indicates that the image data stored in the embedded image node is not valid Base64-encoded data.

Solution

Make sure that the embedded image data is in the proper format.

RE0034

The value of the {2} property for the {0} {1} is “{3}”, which is not a valid {2}.

Description

This error occurs when a report property (like MIMEType or Source) is assigned an invalid or unsupported value.

Solution

Use the existing embedded image within a report, ensure that the provided image exists in the Report.EmbeddedImages element in an RDL file.

RE0035

The report contains an invalid data source with the name {1}. Data source names must be greater than 0 and less than or equal to {3} characters.

Description

This error occurs when the Name property of a DataSource is missing or exceeds the allowed length.

Solution

Provide the valid name in the ‘Name’ property of DataSource. Name length must be greater than zero and fewer than 256 characters.

RE0036

The report contains an invalid data source with the name {1}. Data source names must be CLS-compliant identifiers.

Description

This error occurs when the data source name includes invalid characters or formatting that violates CLS (Common Language Specification) naming rules.

Solution

Specify the name property of DataSource with a valid format. The name should not contain spaces, and it must begin with a letter followed by letters, numbers, or the underscore character.

RE0037

The data source {1} has both or neither of the following: DataSourceReference and ConnectionProperties. The data source must have exactly one of these elements.

Description

This error occurs when a data source is not properly configured. It must either reference a shared data source or provide connection properties for an embedded one, but not both or neither.

Solution

Provide a valid data source. A data source with same name must contain one of the following items in a report: DataSourceReference—Specifies for shared data source. ConnectionProperties—Embedded for data source.

RE0038

The expression that references the data source ‘{0}’ does not exist in the DataSource collection. Letters in the names of data sources must use the correct case.

Description

This error occurs when an expression refers to a non-existent or incorrectly cased data source name.

Solution

Use the existing data source name within a report, ensure that the provided data source exists in the DataSource element in a RDL file.

RE0039

The type of the data source has not been specified.

Description

This error occurs when the report’s data source type is empty.

Solution

Data source type must not be empty, type must be Shared or Embedded.

RE0040

The data set {1} refers to the data source “{3}”, which does not exist.

Description

This error occurs when a dataset references a data source that is not defined in the report.

Solution

Use the existing data source name within a report, ensure that the provided data source exists in the DataSource element in a RDL file.

RE0041

More than one data source in the report has the name {1}. Data source names must be unique within a report.

Description

This error occurs when duplicate names are used for different data sources in the same report.

Solution

Provide a unique name attribute in DataSource and ensure that the name properties of two or more data sources are different within the same report.

RE0042

One or more data source credentials required to run the report have not been specified.

Description

This error appears when secure data sources require authentication, but credentials are missing.

Solution

Specify the credentials to preview the report.

RE0043

Error during processing of the ConnectString expression of data source {0}.

Description

This error occurs when the ConnectString expression for a data source is incorrect or invalid.

Solution

Specify the valid connection string for the data source element in a report definition.

RE0044

Enter a user name and password to access the data source:

Description

This prompt is shown when the data source is protected and requires user credentials, but none were supplied.

Solution

Provide the user name and password to access and retrieve the data from the data source.

RE0045

Data cannot be retrieved for ‘{1}’ dataset, Error Detail: ‘{4}’

Description

This error occurs when the report viewer fails to retrieve data for the specified dataset due to permission issues or connectivity problems.

Solution

Ensure that permission is granted to create/access the data source.

RE0046

Cannot impersonate user for data source ‘{0}‘.

Description

This error occurs when impersonation is attempted with invalid or missing credentials, or the hosting environment doesn’t support impersonation.

RE0047

Cannot create command for data source ‘{0}‘.

Description

This error occurs when a command object cannot be created for the given data source.

RE0048

Failed to commit transaction for data source ‘{0}‘.

Description

This error occurs when the report’s attempt to commit a database transaction fails, possibly due to a connection error or database issue.

RE0049

Failed to roll back transaction for data source ‘{0}‘.

Description

This error occurs when a transaction rollback operation fails, typically due to connection loss or internal server/database failure.

RE0050

Failed to close connection for data source ‘{0}‘.

Description

This error appears when the report viewer cannot close a data source connection, possibly due to a lingering process, open reader, or a connection issue.

RE0051

The data source ‘{0}’ uses a custom data processing extension that cannot be accessed.

Description

This error occurs when a data source refers to a custom extension (like a plug-in or third-party connector) that is missing, not deployed correctly, or inaccessible at runtime.

Solution

Make sure that the custom data extension used in a data source exists and is accessible.

RE0052

The {2} expression for the {0} {1} refers to a non-existing data source {3}. Letters in the names of data sources must use the correct case.

Description

This error occurs when an expression references a data source name that does not exist or is misspelled (including casing mismatches) in the report definition.

Solution

Use the existing data source within a report and ensure that the provided data source exists in the DataSources global collection.

RE0053

The expression used for the parameter {1} in the data set {3} refers to a data source. Data sources cannot be used in query parameter expressions.

Description

This error occurs when a dataset query parameter improperly attempts to access or evaluate a data source object.

Solution

Modify the expression in the query parameter value that references the data source global collection in a report.

RE0054

The expression used for the language of ‘{1}’ refers to a data source. Data sources cannot be used in report language expressions.

Description

This error occurs when the Language property of the report attempts to derive its value from a data source, which is not allowed.

Solution

Modify the expression in the Report.Language property that references the data source global collection in a report.

RE0055

A {2} expression used for the report parameter {1} refers to a data source.  Data sources cannot be used in report parameter expressions.

Description

This error occurs when a report parameter expression attempts to use the data source collection, which is not valid in that context.

Solution

Modify the expression in the ReportParameter RDL element if it references the data source global collection in a report.

RE0056

The {2} expression for the {0} {1} refers to a data source.  Data sources cannot be used in page headers or footers.

Description

This error occurs when an expression in a header or footer attempts to access a data source, which is disallowed because headers and footers cannot access data-bound content directly.

Solution

Modify the expression in the PageHeader and PageFooter RDL elements if it references the data source global collection in a report.

RE0057

More than one report parameter in the report has the name {1}. Report parameter names must be unique within a report.

Description

This error occurs when two or more report parameters share the same name, causing conflicts in reference and evaluation.

Solution

Provide a unique name for ReportParameter in the ReportParameters collection. Ensure that the name properties of two or more ReportParameters are different within the same report.

RE0058

More than one report parameter in the report has the (case-insensitive) name {1}. Report parameter names that only differ in case should be avoided.

Description

Even though parameter names may technically differ by case, case-insensitive environments can lead to ambiguity or runtime conflicts.

Solution

Provide a unique ReportParameter name. Ensure that the parameter name is different, including case.

RE0059

{1} is not a valid {0} name. Parameter names must be greater than 0 and less than or equal to {3} characters.

Description

This error occurs when the parameter name is either empty or exceeds the maximum allowed length (typically 256 characters).

Solution

Provide the valid name in the ‘Name’ property of the ReportParameter element. The name length must be greater than zero and fewer than 256 characters.

RE0060

A parameter in the {0} {1} has the name {3}. Parameter names must be CLS-compliant identifiers.

Description

This error indicates that a parameter name contains invalid characters or formatting. It must follow CLS (Common Language Specification) naming rules.

Solution

Specify the name property of ReportParameter with a valid format. The name should not contain spaces, and it must begin with a letter followed by letters, numbers, or the underscore character.

RE0061

More than one parameter in the {0} {1} has the name {3}. Parameter names must be unique within a {0}.

Description

This error occurs when duplicate parameter names exist within the same context (Example: multiple parameters with the same name in the ReportParameters collection).

Solution

Provide a unique name attribute in ReportParameter and ensure that the name properties of two or more ReportParameters in the ReportParameters collection are different within a same report.

RE0062

A {2} expression used for the report parameter {1} refers to a field. Fields cannot be used in report parameter expressions.

Description

This error occurs when a report parameter expression references a Fields! collection, which is not accessible outside of a data region.

Solution

Modify the expression in the ReportParameter RDL element if it references Field from the Fields global collection in a report.

RE0063

The report parameter {1} has a DefaultValue that has both or neither of the following: Values and DataSetReference. DefaultValue must have exactly one of these elements.

Description

This occurs when the default value is incorrectly configured—either both a static value and dataset reference are provided, or neither is provided.

Solution

Specify the default value of a ReportParameter as one of the following: None, specific value, data set value. None is the default value.

RE0064

The report parameter {1} has a DefaultValue that has a Values collection containing more than one value. For single-value parameters, only the first value in the Values collection will be used.

Description

This warning/error appears when multiple default values are set for a parameter that only accepts a single value.

Solution

Provide the single default specific value for ReportParameter when the parameter is Single-Values (Multivalue is set to false).

RE0065

The report parameter {1} is a multiple value parameter and accepts a null value. This is not allowed.

Description

Multi-value parameters cannot accept null values because null cannot be included in a selection of multiple values.

Solution

Ensure that both the Multivalue and Nullable properties of ReportParameter are set to true. Since the Multivalue parameter does not accept a null value, remove Nullable.

RE0066

The report parameter {1} has multiple default values and is not a multiple value parameter.

Description

This error occurs when more than one default value is assigned to a parameter that is configured as single-valued.

Solution

ReportParameter contains multiple default values but Multivalue is not enabled. Set the Multivalue property value to true to use multiple default values.

RE0067

The report parameter {1} has a ValidValues that has both or neither of the following: ParameterValues and DataSetReference. ValidValues must have exactly one of these elements.

Description

This occurs when valid values are improperly defined using both static entries (ParameterValues) and a dataset (DataSetReference) or none at all.

Solution

Specify the valid value of a ReportParameter as one of the following: None, specific value, data set value. None is the default value.

RE0068

The report parameter {1} valid values refers to a data set “{3}”, that does not exist.

Description

This error occurs when the DataSetReference for valid values points to a dataset that isn’t defined in the report.

Solution

Provide the valid data set name in the DataSetReference element when ValidValue for ReportParameter is specified from a data set.

RE0069

The parameter {1} has no default. A default is required for all non-nullable parameters that are defined as read-only.

Description

A read-only parameter that doesn’t allow null values must have a default value set, since the user cannot provide input.

Solution

Provide a default value for all non-nullable parameters.

RE0070

The parameter {1} has no default. A default is required for all non-nullable parameters without a prompt or the valid values list has to contain Null.

Description

Non-nullable parameters that don’t prompt the user must be assigned a default value. Otherwise, the report cannot resolve the parameter value.

Solution

Specify a default value for all non-nullable parameters or ensure that valid value contains a ‘Null’ value.

RE0071

The report parameter {1} default value refers to a data set “{3}”, which does not exist.

Description

This error occurs when a report parameter’s default value references a dataset name that is not defined in the report.

Solution

Provide the valid data set name in the DataSetReference element when a default value for ReportParameter is specified from a data set.

RE0072

The report parameter {1} has a DefaultValue or a ValidValue that depends on the report parameter “{3}”. Forward dependencies are not valid.

Description

A forward dependency occurs when one report parameter depends on the value of another parameter that appears later in the evaluation order.

Solution

Remove the forward dependency of ReportParameter. Make sure that the dependent order of a parameter is correct.

RE0073

The value of parameter ‘{0}’ is not valid or null.

Description

The parameter has either not been provided a value or was given an invalid/null value that is not acceptable due to its constraints.

Solution

Add the valid value to ReportParameter

RE0074

A {2} expression used for the report parameter {1} refers to a parameter. Parameters cannot be used in report parameter expressions.

Description

This error occurs when a report parameter expression references another parameter, which is not supported in certain expression contexts.

Solution

RE0075

The {2} expression for the {0} {1} refers to a non-existing report parameter {3}. Letters in the names of parameters must use the correct case.

Description

An expression references a report parameter that does not exist in the report definition, or the name is misspelled or has incorrect casing.

Solution

Modify the non-existing ReportParameter expression in the subreport or Drillthrough Parameters collection in a report with a valid parameter.

RE0076

One or more parameters required to run the report have not been specified.

Description

Required parameters were not supplied when attempting to render or preview the report.

Solution

Provide the valid value to ReportParameter while previewing the parent/child report.

RE0077

The {2} property of {0} {1} is false. However, the ‘{3}’ property contains a value that violates the {2} property condition.

Description

This error occurs when a parameter property setting (Example: AllowBlank=false) is violated by the provided value (Example: an empty string).

Solution

Provide the valid value to ReportParameter based on its property value. For example: If a report parameter AllowBlank property value is false, then the parameter value must be non-empty.

RE0078

Error during processing of {0} report parameter. The {1} property of the report parameter {0} references the value of field {2} in data set {3}, which contains an error: {4}

Description

An error occurred while evaluating a parameter value that references a field in a dataset. The underlying dataset or field contains an error.

Solution

RE0079

Error during processing of {0} report parameter.

Description

A generic error occurred while processing the report parameter, typically due to an invalid expression, data type mismatch, or missing data.

Solution

RE0080

The property {2} of {0} {1} doesn’t have the expected type.

Description

The value assigned to a parameter or its property (Example: default value) does not match the expected data type defined in the report.

Solution

Specify the valid value or default value of ReportParameter with respect to its data type.

RE0081

Parameter validation failed. It is not possible to provide valid values for all parameters.

Description

Report parameter validation failed because not all parameters were supplied with valid or non-null values, making it impossible to execute the report.

RE0082

The value ‘{0}’ is invalid. Valid values are between ‘{1}’ and ‘{2}‘.

Description

The input value provided is outside the valid range defined for the parameter.

RE0083

The {2} expression used in {0} {1} returned a numeric value that cannot fit in an Int32. In the target report, consider modifying the type of parameter ‘{3}’ to Text to be able to represent the numeric value.

Description

An expression resulted in a numeric value that is too large to be represented as an Int32 data type.

Solution

Specify the value to report parameter with the correct format or else change the parameter type to Text to avoid casting errors.

RE0084

The {0} {1} refers to an invalid {2} {3}.

Description

A reference in the report points to an invalid or non-existent element such as a DataSet, ReportItem, or Parameter.

Solution

Specify the valid DataSetName property of an element, ensure that the data set name exists in the DataSets global collection.

RE0085

A field in the data set {4} has the name {3}. Field names must be greater than 0 and less than or equal to {5} characters.

Description

A field name in the dataset exceeds the allowed length or is missing.

Solution

Provide the valid name in ‘Name’ property of Field element, name length must be greater than zero or less than 256 characters.

RE0086

A field in the data set {4} has the name {3}. Field names must be CLS-compliant identifiers.

Description

The field name in the dataset is not a CLS-compliant identifier.

Solution

Provide the name property of data set Field with a valid format. The name should not contain spaces, and it must begin with a letter followed by letters, numbers, or the underscore character.

RE0087

The data input collection null or empty for the data set : ‘{0}’ is used in the report.

Description

The dataset used in the report has no input data or is null.

Solution

Provide data set inputs to preview the report in ReportViewer.

RE0088

The data value input is not supplied for the data set ‘{0}‘.

Description

No value was supplied for a dataset required by the report.

Solution

Provide data set values to the DataSet element to preview the report in ReportViewer.

RE0089

The value input is not a supported data type for the data set ‘{0}‘.

Description

The input data type for the dataset is unsupported.

Solution

Reporting controls support the following types, so provide input in any one of the following formats: IEnumerable System.Data.DataTable System.Data.Dataset

RE0090

The {0} {1} must define either a Query or a SharedDataSetReference, but not both.

Description

A dataset cannot define both a Query and a SharedDataSetReference.

Solution

Provide a valid data set query. A data set with same name must contain one of the following items in a report: SharedDataSetReference—Specifies shared data set; Query—Embedded data set.

RE0091

The report parameter {1} uses the field {3} in a data set reference, but the data set {4} does not contain that field.

Description

A report parameter references a field in a dataset, but the field does not exist in that dataset.

Solution

Use the existing data set reference ‘Field’ in ReportParameter.

RE0092

The data set {0} refers to a shared data set “{1}”, which is not available.

Description

The dataset refers to a shared dataset that is not available or not published on the report server.

Solution

Use the existing data set name within a report, ensure that the provided shared data set exists in ReportServer or make sure that the permission is available.

RE0093

The shared data set definition is not valid. Details: {3}

Description

The shared dataset definition is invalid due to an internal error.

Solution

Provide the valid data set definition, make sure that SharedDataSet is accessible.

RE0094

The expression that references the data set ‘{0}’ does not exist in the DataSets collection. Letters in the names of data sets must use the correct case.

Description

An expression references a dataset that does not exist or has a case-sensitive mismatch.

Solution

Use the existing data source name within a report, ensure that the provided data source exists in the DataSource element in a RDL file.

RE0095

The shared data set definition is not valid.

Description

The shared dataset definition is not valid due to incorrect syntax or schema violation.

Solution

SharedDataset definition is not valid, provide the definition as per schema standards.

RE0096

The data set {1} refers to the shared data source {3}, which is not published on the report server. The shared data source {3} must be published before this {2} can run.

Description

The dataset references a shared data source that is not yet published on the server.

Solution

Publish the data source to ReportServer to set as DataSourceReference in DataSource element.

RE0097

The {2} expression for the {0} {1} refers to a non-existing data set {3}. Letters in the names of data sets must use the correct case.

Description

An expression refers to a dataset that does not exist in the report.

Solution

Use the existing data set within a report, ensure that the provided data set exists in the DataSets global collection.

RE0098

The data set {1} refers to the shared data set {3}, which is not published on the report server. The shared data set {3} must be published before this report can run.

Description

The report references a shared dataset that is not published.

Solution

Publish the data set to ReportServer to make the set a SharedDataSetReference in the DataSet element.

RE0099

The {0} ‘{1}’ specifies zero fields.

Description

The dataset defines no fields, making it unusable in the report.

Solution

Add the fields to the DataSet element in a report definition.

RE0100

The field with the name {1} in the data set {3} has both or neither of the following properties: DataField and Value. Fields must have exactly one of these properties.

Description

A field in the dataset is defined with both DataField and Value properties, or neither, which is invalid.

Solution

Ensure that the Field element in the report data set contains only one of the following properties: DataField, Value. It should not contain both properties.

CONTENTS
Having trouble getting help?
Contact Support
CONTENTS
Having trouble getting help?
Contact Support