MS
This commit is contained in:
13
SchaumKommiCollo/KommiCollo/DocumentViewerEx.vb
Normal file
13
SchaumKommiCollo/KommiCollo/DocumentViewerEx.vb
Normal file
@@ -0,0 +1,13 @@
|
||||
Public Class DocumentViewerEx
|
||||
Public ReadOnly Property DocumentViewer() As DevExpress.XtraPrinting.Preview.DocumentViewer
|
||||
Get
|
||||
Return DocumentViewer1
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public WriteOnly Property Source() As Object
|
||||
Set(value As Object)
|
||||
DocumentViewer1.DocumentSource = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
Reference in New Issue
Block a user