Windward Engine API Reference
CssStream Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportHtml Class : CssStream Property




Glossary Item Box

The css stream. Null if not CSS.SEPARATE.

Syntax

Visual Basic (Declaration) 
Public Property CssStream As Stream
Visual Basic (Usage)Copy Code
Dim instance As ReportHtml
Dim value As Stream
 
instance.CssStream = value
 
value = instance.CssStream
C# 
public Stream CssStream {get; set;}
Managed Extensions for C++ 
public: __property Stream* get_CssStream();
public: __property void set_CssStream( 
   Stream* value
);
C++/CLI 
public:
property Stream^ CssStream {
   Stream^ get();
   void set (    Stream^ value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.