Intersoft ClientUI Documentation
CustomNamespace Property
See Also  Send Feedback
Intersoft.ReportingServices.Rendering Namespace > XamlRenderer Class : CustomNamespace Property






Gets the additional namespace used in rendering SQLReportPage.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property CustomNamespace As String
Visual Basic (Usage)Copy Code
Dim instance As XamlRenderer
Dim value As String
 
value = instance.CustomNamespace
C# 
public virtual string CustomNamespace {get;}
Delphi 
public read-only property CustomNamespace: String; virtual; 
JScript 
public function get CustomNamespace : String
Managed Extensions for C++ 
public: __property virtual string* get_CustomNamespace();
C++/CLI 
public:
virtual property String^ CustomNamespace {
   String^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.