1

What is the recommended way of localizing Azure SQL Reporting reports ?
I found some articles with resources files in an seperate assembly, for example: http://www.codeproject.com/Articles/294636/Localizing-SQL-Server-Reporting-Services-Reports
But I think i can only do this if i run my own server, as i don't know how to deploy a seperate assembly onto the azure reporting server. Any ideas ?

SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173
freakdev
  • 75
  • 9

1 Answers1

1

SQL Azure Reporting is a closed system. If you need to customize the reporting server for localization, you will need to run a SQL Azure VM and configure Reporting Services. Once configured, you have full access to the server to deploy any assemblies you require.

SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173