I am familier with crystal and just starting SSRS.
How do you set the report to print in Landscape?
How do you like combine two fields into a label with some additional text added it to build your custom label?
Salameh,
If you are developing in Visual Studio/Business Intelligence Dev. Studio, you can set the layout of the report by changing the Page width/height to be 11 by 8.5 instead of 8.5 by 11. You can do this in the properties window, or you can right-click below the report and select properties, and change the dimensions on the Layout tab.
To combine two fields with additional text, you could do something like the following...
="Field A is " & Fields!FieldA.Value & ", and Field B is " & Fields!FieldB.Value & "."
Hope that helps
No comments:
Post a Comment