0
我需要設置默認高度XRCrossBandBox & XRCrossBandLine因爲如果我選擇一個或兩個項目佔用較少的報告空間,以便頁面底部有更多空間可用。爲了避免這個空間,我需要設置默認高度爲XRCrossBandBox & XRCrossBandLine。如何在XtraReports中爲XRCrossBandBox&XRCrossBandLine設置默認高度Winforms Devexpress?
我想這個代碼,但它不工作
private void DetailReport_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e)
{
xrCrossBandBox3.HeightF = 4 * (100 * 1);
xrCrossBandLine6.HeightF = 4 * (100 * 1);
}