Welcome Guest, you are in: Login

Not-For-Profit Solutions Wiki

RSS RSS

Navigation





Search the wiki
»

PoweredBy 

SSRS SystemConfig Customization of Generated Reports

The SystemConfig table in the iMIS database stores configuration information that controls the style of the generated report. Using these lets the administrator control the look and feel of reports system wide (although if the style is changed, that style is not applied to previously saved reports). It is also possible to configure the reports for A4 format (21.0 x 29.7 cm), and other sizes, for international customers. At this time, there is not a user interface to these columns; they must be updated using a SQL query tool. The table below was generated using this query:

select ParameterName, ParameterValue, Description 
from SystemConfig 
where ParameterName like 'SSRS%' 
order by ParameterName
ParameterNameParameterValueDescription
SSRS.BodyReportItemsHeight0.2Body report items height (units only, no UOM) used when generating SSRS reports
SSRS.BottomMargin0.5Bottom margin (units only, no UOM) used when generating SSRS reports
SSRS.DetailFontArialDetail font for generated SSRS reports
SSRS.EnableGreenBarfalseTurns on alternating background color in rows of generated SSRS reports
SSRS.FieldHeaderBackgroundColorWhiteNamed color used when generating SSRS reports
SSRS.FieldHeaderForegroundColorBlackNamed color used when generating SSRS reports
SSRS.FooterHeight0.3Footer height (units only, no UOM) used when generating SSRS reports
SSRS.GreenBarBackgroundColorLightSteelBlueNamed background color used when EnableGreenBar is true for generated SSRS reports
SSRS.GroupHeaderBackgroundColorLightSteelBlueNamed color used when generating SSRS reports
SSRS.GroupHeaderForegroundColorBlackNamed color used when generating SSRS reports
SSRS.HeaderFontArial NarrowHeader font for generated SSRS reports
SSRS.HeaderHeight0.25Header height (units only, no UOM) used when generating SSRS reports
SSRS.LandscapeTotalWidth11Total page width (units only, no UOM) for landscape orientation paper used when generating SSRS reports
SSRS.Languageen-USDefault language used when generating SSRS reports
SSRS.LeftMargin0.5Left margin (units only, no UOM) used

This scheme reflects the iMIS standard for reports. Any IQA generated .RDL file thus reflects the standard. Note that this configuration does not apply to .RDL files stored in the document system. Those reports, executed via the Process Engine mechanism, use whatever settings are stored in the file.

ScrewTurn Wiki version 3.0.4.560. Some of the icons created by FamFamFam.