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

Creates an object of the type StiVariable.

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