report-builder2.0

Report Builder: How to sort parameter list

The situation: I am generating reports using Report Builder 2.0 and a Report Model that I have created. The question: How does one sort a parameter list alphabetically? Simple question, but I can't find the answer for the life of me. Kudos to whoever can provide an answer. ...

Report Builder-2.0: In Sub Report how to handle page Orientation(Portrait vs Landscape)

I am developing reports using report builder2.0, in these I am facing a pagination problem like, one report is in portrait and other is in Landscape. Regarding the page breaks in the report, how to handle the sub-reports being in a different orientation than the main report (Portrait vs Landscape). Is there any way that I can accommod...

Report Builder 2.0 : How to get the correct timezone info.

I am developing report using SQL Report Builder 2.0, In this I am passing the timezone offset value as a parameter (-04:00). Using "TimeZoneInfo" I am getting all the timezones available from the system. But I am checking the timezone with the offset value, so from the list available I can only get the first timezone object. Is there an...

Can't display secondary category axis labels in Report Builder 2.0.

Most property settings are the same for the primary and secondary category axes. Interval: Interval=1, IntervalType=Months. Labels: HideLabels=False. However, Scale maximum and minimums are different: Primary: Maximum=Parameters!EndDate.Value Primary: Minimum=Parameters!StartDate.Value Secondary: Maximum= IIf( Parameters!StartDateB...