You are here: Symbol Reference > Stimulsoft.Report.Dictionary Namespace > StiVariable Class > StiVariable Constructor > StiVariable Constructor (string, string, string, Type, string, bool, bool)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiVariable.StiVariable Constructor (string, string, string, Type, string, bool, bool)

Creates an object of the type StiVariable. This constructor is obsolete! It use 'function' argument. Please use instead it constructor with 'initBy' argument!

Syntax
C++
C#
Visual Basic
public: StiVariable( string category, string name, string alias, Type type, string value, bool readOnly, bool function );
Parameters
Parameters 
Description 
category 
Category of the variable. 
name 
Name of the variable. 
alias 
Alias of the variable. 
type 
Type of the variable. 
value 
Value of the variable. 
readOnly 
Value indicates which varibale is read only. 
function 
Value which indicates that this variable will be have defalt value based on calculation of expression which specified in Value property. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.