0

有没有人能够使用代码在 Microsoft Report Builder 或 Power Bi Paginated Report Builder 中构建到数据源的连接字符串?

我试过了,但没有成功。我添加了以下功能:

function connectionString() as string
    return "Server=xxxx.database.windows.net;Database=xxxx;User Id=xx;Password=xxxxSecurity=False"
end function

然后在数据源属性中:

数据源属性

但我无法让它工作。当我尝试将其上传到 power bi 服务时,我收到一条错误消息,指出报告定义无效,如果我使用正常的 SQL 连接字符串,它可以正常上传。

Operation returned an invalid status code 'BadRequest'
RdlWorkloadErrorCode: 
    PaginatedReportAuthoringError

RdlWorkloadErrorMessage: 
    Report is invalid. ErrorCode: rsInvalidReportDefinition, Details: The definition of this report is not valid or supported by this version of Reporting Services. The report definition may have been created with a later version of Reporting Services, or contain content that is not well-formed or not valid based on Reporting Services schemas. Details: String reference not set to an instance of a String.
Parameter name: s

PaginatedReportAuthoringError: 
    Report is invalid. ErrorCode: rsInvalidReportDefinition, Details: The definition of this report is not valid or supported by this version of Reporting Services. The report definition may have been created with a later version of Reporting Services, or contain content that is not well-formed or not valid based on Reporting Services schemas. Details: String reference not set to an instance of a String.
Parameter name: s
4

0 回答 0