Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Reporting > Telerik Reporting > WebReportViewer skinning export combobox

Not answered WebReportViewer skinning export combobox

Feed from this thread
  • Tim avatar

    Posted on Feb 22, 2012 (permalink)

    I've applied a custom skin to my webreportviewer using a couple of examples found in the forums here but I would like to know how to apply a skin to the export combobox.  I'd like to be able to convert it to the RadCombobox if possible.

    I've already tried using the example of hiding the webreportviewer and adding a custom toolbar but that's really not the easiest option because my viewer is inside a RadPane and the scrollbars get messed up.  I'd much rather just be able to skin the viewer itself.

    thanks

    Reply

  • Steve Steve avatar

    Posted on Feb 27, 2012 (permalink)

    Hi Tim,

    The built-in report parameters' purpose is to provide basic UI that is available out of the box and that is enough for most scenarios. For other cases, when you require customization, you can hide all report parameters (Visible=false), create a custom parameter area and wire it up to the Report API e.g. use RadComboBox for ASP.NET AJAX control and pass the input via the report API:
    Copy Code
    Telerik.Reporting.Report report = (Telerik.Reporting.Report)this.ReportViewer1.Report;
    report.ReportParameters["MyParam"].Value = RadComboBox1.SelectedValue;

    Greetings,
    Steve
    the Telerik team
    NEW in Q1'12: Telerik Report Designer (Beta) for ad-hoc report creation. Download as part of Telerik Reporting Q1 2012. For questions and feedback, use the new Telerik Report Designer Forum.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Reporting > Telerik Reporting > WebReportViewer skinning export combobox
Related resources for "WebReportViewer skinning export combobox"

Features  |  Documentation  |  Demos  |  Telerik TV  |  Knowledge Base  |  Code Library  |  Step-by-step Tutorial  |  Blogs  |  Whitepaper  ]