установить минимальное значение высоты строки
Нет возможности установить минимальное значение высоты строки:
Хотя для этой строки все нормально:
Чем тут можно помочь?
Хотя для этой строки все нормально:
Чем тут можно помочь?
Комментарии
private void PageHeader1_AfterPrint(object sender, EventArgs e)
{
Row83.MinHeight = Row85.MinHeight;
}
P.S.: Ценю любой стимул искать, бороться, находить решения - однако был бы благодарен, если бы поддержка реагировала чуточку оперативнее...
private void PageHeader1_AfterPrint(object sender, EventArgs e)
{
Cell494.Border.TopLine.Color = Cell948.Border.BottomLine.Color;
Cell494.Border.TopLine.Width = 0.0f;
Cell494.Border.LeftLine.Width = 0.8f;
Cell494.Border.RightLine.Width = 0.8f;
Cell494.Border.BottomLine.Width = 0.8f;
//Cell489.Border.LeftLine.Color = Cell948.Border.LeftLine.Color;
//Cell489.Border.RightLine.Color = Cell948.Border.LeftLine.Color;
Cell489.Border.BottomLine.Color = Cell948.Border.BottomLine.Color;
Cell489.Border.LeftLine.Width = 0.8f;
Cell489.Border.TopLine.Width = 0.7f;
Cell489.Border.RightLine.Width = 0.8f;
Cell489.Border.BottomLine.Width = 0.0f;
Cell630.Border.TopLine.Width = 0.7f;
Cell630.Border.LeftLine.Width = 0.7f;
Cell630.Border.RightLine.Width = 0.7f;
Cell630.Border.BottomLine.Width = 0.5f;
Cell898.Border.TopLine.Width = 0.8f;
Cell635.Border.BottomLine.Width = 0.8f;
Cell709.Border.LeftLine.Width = 0.8f;
Cell709.Border.TopLine.Width = 0.7f;
Cell709.Border.RightLine.Width = 0.8f;
Cell709.Border.BottomLine.Width = 0.0f;
Cell709.Border.BottomLine.Color = Cell948.Border.BottomLine.Color;
Cell714.Border.TopLine.Width = 0.0f;
Cell714.Border.LeftLine.Width = 0.8f;
Cell714.Border.RightLine.Width = 0.8f;
Cell714.Border.BottomLine.Width = 0.8f;
Cell714.Border.TopLine.Color = Cell948.Border.BottomLine.Color;
Row83.MinHeight = Row85.MinHeight;
//Cell474.Border.BottomLine.Width = 1/2;
}