Show and Export part of document
Posted: Fri Feb 14, 2014 8:00 am
Hello,
Is it possible to do show or export part of document ?
What I mean is, for example if we want to print some part of document, we can you method:
Is it possible to get similar method for show and export?
For example method like:
Thank
Is it possible to do show or export part of document ?
What I mean is, for example if we want to print some part of document, we can you method:
Code: Select all
StiReport.Print(int fromPage, int toPage, short copies)
For example method like:
Code: Select all
StiReport.Show(int fromPage, int toPage)
StiReport.ShowWithWpf(int fromPage, int toPage)
StiReport.Export(int fromPage, int toPage, StiExportFormat exportFormat, string file)