Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
レポートビューアでレポートを表示するときに、レポートのヘッダーを表示しないようにする必要がありますが、エクスポートするときは、レポートヘッダーをレポートに含める必要があります。これを行うことは可能ですか?
SSRS 2008R2を使用している場合は、Globals !RenderFormat.Nameメソッドを使用して、必要な出力を実現できます。ただし、この方法を使用すると、すべてのヘッダーコントロールを非表示にできますが、レポートプレビューのレポートヘッダーには空白が表示されます。
調べてみてください
R2でのRenderFormatメソッドの使用