ActiveReports 9 Server
Setting Constructor

The setting name.
The setting value.
The setting display name.
The setting description.
The type of the setting.
Initializes a new instance of the Setting class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal value As String, _
   ByVal displayName As String, _
   ByVal description As String, _
   ByVal type As Type _
)
public Setting( 
   string name,
   string value,
   string displayName,
   string description,
   Type type
)

Parameters

name
The setting name.
value
The setting value.
displayName
The setting display name.
description
The setting description.
type
The type of the setting.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Setting Class
Setting Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum