Xceed Grid for WinForms v4.3 Documentation
ReportSettings Class Members
Properties  Methods 


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace : ReportSettings Class

The following tables list the members exposed by ReportSettings.

Public Properties
 NameDescription
Public PropertyGets or sets a boolean value indicating if the report should be printed in color.  
Public PropertyGets or sets a value indicating how columns which surpass the available page width are printed in a report.  
Public PropertyGets a dictionary of case-insensitive custom variables.  
Public Propertystatic (Shared in Visual Basic)Gets or sets the default path from which the XML files containing the report settings are saved and loaded.  
Public PropertyGets a boolean value indicating if the Color property has been explicitly set.  
Public PropertyGets a boolean value indicating if the ColumnLayout property has been explicitly set.  
Public PropertyGets a boolean value indicating if the Landscape property has been explicitly set.  
Public PropertyGets a boolean value indicating if the Margins property has been explicitly set.  
Public PropertyGets a boolean value indicating if the PaperSize property has been explicitly set.  
Public PropertyGets a boolean value indicating if the PaperSourceName property has been explicitly set.  
Public PropertyGets a boolean value indicating if the PrinterName property has been explicitly set.  
Public PropertyGets a boolean value indicating if the Title property has been explicitly set.  
Public PropertyGets or sets a boolean value indicating if the report should be printed in landscape orientation.  
Public PropertyGets or sets the margins of the printed report.  
Public PropertyGets or sets the size of the paper on which the report will be printed.  
Public PropertyGets the paper tray from which the printer gets paper.  
Public PropertyGets or sets the name of the paper source.  
Public PropertyGets a collection containing the case-sensitive names of the ColumnReportStyle properties that will be saved when the Save method is called, and loaded when the Load method is called.  
Public PropertyGets the case-sensitive  names of the properties of the ReportSettings that will be persisted with the grid and saved or loaded when the Save or Load methods are called.  
Public PropertyGets or sets the name of the printer on which to print the report.  
Public PropertyGets or sets the title of the report.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Loads the report settings from the XML file contained in the DefaultPath.  
Public MethodResets the value of the Color property to its default value, false.  
Public MethodResets the value of the ColumnLayout property to its default value, ColumnLayout.SpanAcrossPages.  
Public Methodstatic (Shared in Visual Basic)Resets the value of the DefaultPath property to its default value, System.Windows.Forms.Application.LocalUserAppDataPath.  
Public MethodResets the value of the Landscape property to its default value, false.  
Public MethodResets the value of the Margins property to its default value, a null reference (Nothing in Visual Basic).  
Public MethodResets the value of the PaperSize property to its default value, a null reference (Nothing in Visual Basic).  
Public MethodResets the value of the PaperSourceName property to its default value, a null reference (Nothing in Visual Basic).  
Public MethodResets the value of the PrinterName property to its default value.  
Public MethodResets the value of the Title property to its default value, Xceed.Grid.GridControl.Title.  
Public MethodOverloaded. Saves the values of the properties specified by the PersistedColumnProperties and PersistedSettings properties to a file in the DefaultPath.  
Top
See Also

Reference

ReportSettings Class
Xceed.Grid.Reporting Namespace