Packagestimulsoft.report.design.styles
Classpublic class StiStyleViewReportControl
InheritanceStiStyleViewReportControl Inheritance mx.containers.Canvas



Public Properties
 PropertyDefined By
  baseColor : StiColor
StiStyleViewReportControl
  borders : Boolean
StiStyleViewReportControl
  dataValue : Boolean
StiStyleViewReportControl
  footer : Boolean
StiStyleViewReportControl
  groupFooter : Boolean
StiStyleViewReportControl
  groupHeader : Boolean
StiStyleViewReportControl
  header : Boolean
StiStyleViewReportControl
  maxNestedLevel : int
StiStyleViewReportControl
  nestedFactor : int
StiStyleViewReportControl
  pageFooter : Boolean
StiStyleViewReportControl
  pageHeader : Boolean
StiStyleViewReportControl
  reportSummary : Boolean
StiStyleViewReportControl
  reportTitle : Boolean
StiStyleViewReportControl
Public Methods
 MethodDefined By
  
StiStyleViewReportControl
  
randomBigLetter(length:int):String
StiStyleViewReportControl
  
randomNumber(length:int):String
StiStyleViewReportControl
  
randomSmallLetter(length:int):String
StiStyleViewReportControl
Protected Methods
 MethodDefined By
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiStyleViewReportControl
Property Detail
baseColorproperty
baseColor:StiColor


Implementation
    public function get baseColor():StiColor
    public function set baseColor(value:StiColor):void
bordersproperty 
borders:Boolean


Implementation
    public function get borders():Boolean
    public function set borders(value:Boolean):void
dataValueproperty 
dataValue:Boolean


Implementation
    public function get dataValue():Boolean
    public function set dataValue(value:Boolean):void
footerproperty 
footer:Boolean


Implementation
    public function get footer():Boolean
    public function set footer(value:Boolean):void
groupFooterproperty 
groupFooter:Boolean


Implementation
    public function get groupFooter():Boolean
    public function set groupFooter(value:Boolean):void
groupHeaderproperty 
groupHeader:Boolean


Implementation
    public function get groupHeader():Boolean
    public function set groupHeader(value:Boolean):void
headerproperty 
header:Boolean


Implementation
    public function get header():Boolean
    public function set header(value:Boolean):void
maxNestedLevelproperty 
maxNestedLevel:int


Implementation
    public function get maxNestedLevel():int
    public function set maxNestedLevel(value:int):void
nestedFactorproperty 
nestedFactor:int


Implementation
    public function get nestedFactor():int
    public function set nestedFactor(value:int):void
pageFooterproperty 
pageFooter:Boolean


Implementation
    public function get pageFooter():Boolean
    public function set pageFooter(value:Boolean):void
pageHeaderproperty 
pageHeader:Boolean


Implementation
    public function get pageHeader():Boolean
    public function set pageHeader(value:Boolean):void
reportSummaryproperty 
reportSummary:Boolean


Implementation
    public function get reportSummary():Boolean
    public function set reportSummary(value:Boolean):void
reportTitleproperty 
reportTitle:Boolean


Implementation
    public function get reportTitle():Boolean
    public function set reportTitle(value:Boolean):void
Constructor Detail
StiStyleViewReportControl()Constructor
public function StiStyleViewReportControl()



Method Detail
randomBigLetter()method
public function randomBigLetter(length:int):String

Parameters

length:int

Returns
String
randomNumber()method 
public function randomNumber(length:int):String

Parameters

length:int

Returns
String
randomSmallLetter()method 
public function randomSmallLetter(length:int):String

Parameters

length:int

Returns
String
updateDisplayList()method 
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Parameters

unscaledWidth:Number
 
unscaledHeight:Number