setting page size and margin
Posted: Tue Jan 20, 2009 1:40 pm
Can I set the page size and margin based on a field from the database? if yes, how?
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
this.Page1.Margins = new Stimulsoft.Report.Components.StiMargins(MyDataSource.left, MyDataSource.right, MyDataSource.top, MyDataSource.bottom);