| Visual Basic (Declaration) | |
|---|---|
Public Property MultiSheet As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool MultiSheet {get; set;} | |
Return Value
Boolean. The default value is False.| C# | Copy Code |
|---|---|
private void btnExport_Click(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub btnExport_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click | |
Setting this value to True can often increase performance and output quality at the cost of memory consumption up to a certain number of pages. The more complex the pages and the more deviation between page layouts in a single document, the lower the number of pages that should be exported to a single sheet. The complicity and deviation of layout between the pages drastically effects this number, but in general, a report with more than 30 pages would be a good candidate for setting this property to False.