Intersoft ClientUI Documentation
NumericTemplate Property
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > ReportParameterTemplateSelector Class : NumericTemplate Property






Gets or sets the numeric template report parameter.

Syntax

Visual Basic (Declaration) 
Public Property NumericTemplate As DataTemplate
Visual Basic (Usage)Copy Code
Dim instance As ReportParameterTemplateSelector
Dim value As DataTemplate
 
instance.NumericTemplate = value
 
value = instance.NumericTemplate
C# 
public DataTemplate NumericTemplate {get; set;}
Delphi 
public read-write property NumericTemplate: DataTemplate; 
JScript 
public function get,set NumericTemplate : DataTemplate
Managed Extensions for C++ 
public: __property DataTemplate* get_NumericTemplate();
public: __property void set_NumericTemplate( 
   DataTemplate* value
);
C++/CLI 
public:
property DataTemplate^ NumericTemplate {
   DataTemplate^ get();
   void set (    DataTemplate^ value);
}

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.