gpt4 book ai didi

c# - SQL 报告服务 : Finding the folder a report is in

转载 作者:太空宇宙 更新时间:2023-11-03 22:27:21 25 4
gpt4 key购买 nike

如果我有报告名称,我如何以编程方式获取报告所在的项目/文件夹的名称?

例如,如果我有这样的报告

http://server/Reports/Pages/Report.aspx?ItemPath=/ReportProject1/ReportName

给定 ReportName 我如何确定该报告位于文件夹 ReportProject1 中?

所以我想有没有一个函数可以让我传递报告名称并获取它的详细信息,或者查询报告服务器以获取其报告文件夹列表,然后我可以遍历这些并检查报告在其中的一些内容?

最佳答案

数据位于报告服务数据库的目录表中。所以像这样的查询

Select Path, Name 
From reportserver.dbo.catalog
Where name = 'ReportProject1'

关于c# - SQL 报告服务 : Finding the folder a report is in,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/876492/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com