﻿function resizeReportIFrame(reportIFrame) {
    var fr = jQuery(reportIFrame);
    reportIFrame.height = fr.contents().height();
}

