Set copy unknown tags mode on or off. If the copy mode is on, all rtf tags that are understood but not processed will be copied to the report. This will not copy tags that are not understood (or that are understood but cannot be copied stand-alone).
Syntax
Visual Basic (Declaration) | |
---|
Public Property CopyAllTags As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ReportRtf
Dim value As Boolean
instance.CopyAllTags = value
value = instance.CopyAllTags |
C# | |
---|
public bool CopyAllTags {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_CopyAllTags();
public: __property void set_CopyAllTags(
bool value
); |
C++/CLI | |
---|
public:
property bool CopyAllTags {
bool get();
void set ( bool value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also