Re: Date format not working
Posted: Tue Mar 25, 2025 8:42 am
Well, from the beginning my Blazor viewer looks like this
<StiBlazorViewer Report="@Report" Options="@options" Localization="Reports/sr.xml"
Width="100%" Height="100%"
Theme="StiViewerTheme.Office2013LightGrayCarmine" />
Nothing fancy, just copied from the example and of course it includes Localization. And if somehow I forget to place sr.xml in a proper folder to be accessible to my application then it fails to load the report. So Localization is applied as it should be.
What is next?
<StiBlazorViewer Report="@Report" Options="@options" Localization="Reports/sr.xml"
Width="100%" Height="100%"
Theme="StiViewerTheme.Office2013LightGrayCarmine" />
Nothing fancy, just copied from the example and of course it includes Localization. And if somehow I forget to place sr.xml in a proper folder to be accessible to my application then it fails to load the report. So Localization is applied as it should be.
What is next?