Код:
Код: Выделить всё
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Windows.Forms;
using System.Drawing;
using System.Data;
using FastReport;
using FastReport.Data;
using FastReport.Dialog;
using FastReport.Barcode;
using FastReport.Table;
using FastReport.Utils;
namespace FastReport
{
public class ReportScript
{
private void Text2_Click(object sender, EventArgs e)
{
var obj = sender as TextObject;
if (obj != null)
{
// Change the font size of the TextObject
obj.Font = new Font(obj.Font.FontFamily, 15);
}
}
}
}
Как я могу вызвать повторный рендеринг для этого элемента?
введите описание изображения здесь
Подробнее здесь: https://stackoverflow.com/questions/792 ... or-preview
Мобильная версия