Packagestimulsoft.report.styles
Classpublic class StiStylesCreator
InheritanceStiStylesCreator Inheritance Object



Public Properties
 PropertyDefined By
  maxNestedLevel : int
StiStylesCreator
  nestedFactor : int
StiStylesCreator
  showBorders : Boolean
StiStylesCreator
  showDatas : Boolean
StiStylesCreator
  showFooters : Boolean
StiStylesCreator
  showGroupFooters : Boolean
StiStylesCreator
  showGroupHeaders : Boolean
StiStylesCreator
  showHeaders : Boolean
StiStylesCreator
  showPageFooters : Boolean
StiStylesCreator
  showPageHeaders : Boolean
Gets or sets a value which indicates that styles creator will create a style for PageHeaderBands.
StiStylesCreator
  showReportSummaries : Boolean
Gets or sets a value which indicates that styles creator will create a style for ReportSummaryBands.
StiStylesCreator
  showReportTitles : Boolean
Gets or sets a value which indicates that styles creator will create a style for ReportTitleBands.
StiStylesCreator
Public Methods
 MethodDefined By
  
StiStylesCreator
  
createStyles(collectionName:String, baseColor:StiColor):Vector.<StiBaseStyle>
StiStylesCreator
Property Detail
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
showBordersproperty 
showBorders:Boolean


Implementation
    public function get showBorders():Boolean
    public function set showBorders(value:Boolean):void
showDatasproperty 
showDatas:Boolean


Implementation
    public function get showDatas():Boolean
    public function set showDatas(value:Boolean):void
showFootersproperty 
showFooters:Boolean


Implementation
    public function get showFooters():Boolean
    public function set showFooters(value:Boolean):void
showGroupFootersproperty 
showGroupFooters:Boolean


Implementation
    public function get showGroupFooters():Boolean
    public function set showGroupFooters(value:Boolean):void
showGroupHeadersproperty 
showGroupHeaders:Boolean


Implementation
    public function get showGroupHeaders():Boolean
    public function set showGroupHeaders(value:Boolean):void
showHeadersproperty 
showHeaders:Boolean


Implementation
    public function get showHeaders():Boolean
    public function set showHeaders(value:Boolean):void
showPageFootersproperty 
showPageFooters:Boolean


Implementation
    public function get showPageFooters():Boolean
    public function set showPageFooters(value:Boolean):void
showPageHeadersproperty 
showPageHeaders:Boolean

Gets or sets a value which indicates that styles creator will create a style for PageHeaderBands.


Implementation
    public function get showPageHeaders():Boolean
    public function set showPageHeaders(value:Boolean):void
showReportSummariesproperty 
showReportSummaries:Boolean

Gets or sets a value which indicates that styles creator will create a style for ReportSummaryBands.


Implementation
    public function get showReportSummaries():Boolean
    public function set showReportSummaries(value:Boolean):void
showReportTitlesproperty 
showReportTitles:Boolean

Gets or sets a value which indicates that styles creator will create a style for ReportTitleBands.


Implementation
    public function get showReportTitles():Boolean
    public function set showReportTitles(value:Boolean):void
Constructor Detail
StiStylesCreator()Constructor
public function StiStylesCreator(report:StiReport)



Parameters
report:StiReport
Method Detail
createStyles()method
public function createStyles(collectionName:String, baseColor:StiColor):Vector.<StiBaseStyle>

Parameters

collectionName:String
 
baseColor:StiColor

Returns
Vector.<StiBaseStyle>