PaperSettingsOrientation Property  | 
 
            Gets or sets the paper orientation.
            
 
    Namespace: 
   Dundas.BI.Print
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic PaperOrientation Orientation { get; set; }Public Property Orientation As PaperOrientation
	Get
	Set
public:
property PaperOrientation Orientation {
	PaperOrientation get ();
	void set (PaperOrientation value);
}member Orientation : PaperOrientation with get, set
Property Value
Type: 
PaperOrientation
See Also