Version

ReportSettings Class Members

The following tables list the members exposed by ReportSettings.

Public Constructors
 NameDescription
Public ConstructorReportSettings ConstructorInitializes a new instance of the ReportSettings class.  
Public Properties
 NameDescription
Public PropertyFileNameReturns/sets the name of the file where the report will be saved.  
Public PropertyHorizontalPaginationModeReturns/sets the way logical pages are printed when they are too wide to fit on one page.  
Public PropertyMarginGets or sets the margin around the ReportPagePresenter  
Public PropertyPageMediaSizeReturns/sets the page media size which can specific the System.Printing.PageMediaSizeName and optionally an explicit width and height for the page.  
Public PropertyPageOrientationReturns/sets the orientation of the page.  
Public PropertyPagePrintOrderReturns/sets the order that pages are printed when HorizontalPaginationMode is set to 'Mosaic'.  
Public PropertyPageRangeReturns/sets the range of pages to be included in the report.  
Public PropertyPageSizeReturns/sets the size of the page.  
Public PropertyPrintJobDescriptionReturns/sets the description used by the job in the print queue.  
Public PropertyPrintQueueGets or sets a PrintQueue object that represents the target printer.  
Public PropertyRepeatTypeDetermines how logical headers within the page content area will be treated within a report section..  
Public PropertyUserPageRangeEnabledReturns/sets whether the standard PrintDialog will allow to user to select a range of pages.  
See Also