Overview

/
    Description

    This sample demonstrates the default C1ReportViewer control behavior.

    The C1ReportViewer control allows you to easily add reports Web applications. The report viewer is based on the C1Report component and uses the same report definition files that you create with the C1ReportDesigner.

    The list of properties used in the sample:

    • FileName - a relative path to the file with report. In this sample, we set the value for this property to "C1ReportViewer/Rdl/Nice1_StandardGroups.rdl".
    • Zoom - a page zoom value. Accepts named zoom values like "actual size", "fit page", "fit width", "fit height" or value in percentages, e.g. "50%", "70%". For this sample, we are using "Fit Width".
    • Height - height of the control. For this sample, we are using "475px".
    • Width - width of the control. For this sample, we are using "100%". Note that C1ReportViewer allows you to specify Width/Height in percentages.
    Documentation