Returns printable document in html format.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ServerAssembly: PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
Stream Print( string id, string documentName ) |
Visual Basic (Declaration) |
---|
Function Print ( _ id As String, _ documentName As String _ ) As Stream |
Visual C++ |
---|
Stream^ Print( String^ id, String^ documentName ) |