combit List & Label 30 - .NET Help
combit.Reporting Namespace / ExportConfiguration Class
Properties

ExportConfiguration Class Members

The following tables list the members exposed by ExportConfiguration.

Public Constructors
 NameDescription
Public ConstructorOverloaded. 

Creates a new ExportConfiguration instance, which is needed for direct export using the Export Method.

 
Top
Public Properties
 NameDescription
Public Property  
Public Property

Progress box type for the Export Method.

 
Public Property  
Public PropertyTarget stream for the export. If this stream is set, the Path Property should be set to null.  
Public PropertyTarget format for the export.  
Public PropertyTarget path. If this property is set, the ExportStream Property should be set to null.  
Public PropertyInput stream for the printer settings.  
Public PropertyProject file to export. If this property is set, the ProjectFileStream Property should be set to null.  
Public PropertyInput stream for the project file. If this property is set, the ProjectFile Property should be set to null.  
Public PropertyProject type.  
Public PropertyGets or sets if the export result should be displayed or not.  
Top
See Also