| Package | stimulsoft.report.design.styles |
| Class | public class StiStyleViewReportControl |
| Inheritance | StiStyleViewReportControl mx.containers.Canvas |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
| StiStyleViewReportControl | |||
randomBigLetter(length:int):String | StiStyleViewReportControl | ||
randomNumber(length:int):String | StiStyleViewReportControl | ||
randomSmallLetter(length:int):String | StiStyleViewReportControl | ||
| Method | Defined By | ||
|---|---|---|---|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiStyleViewReportControl | ||
| baseColor | property |
baseColor:StiColor public function get baseColor():StiColor public function set baseColor(value:StiColor):void| borders | property |
borders:Boolean public function get borders():Boolean public function set borders(value:Boolean):void| dataValue | property |
dataValue:Boolean public function get dataValue():Boolean public function set dataValue(value:Boolean):void| footer | property |
footer:Boolean public function get footer():Boolean public function set footer(value:Boolean):void| groupFooter | property |
groupFooter:Boolean public function get groupFooter():Boolean public function set groupFooter(value:Boolean):void| groupHeader | property |
groupHeader:Boolean public function get groupHeader():Boolean public function set groupHeader(value:Boolean):void| header | property |
header:Boolean public function get header():Boolean public function set header(value:Boolean):void| maxNestedLevel | property |
maxNestedLevel:int public function get maxNestedLevel():int public function set maxNestedLevel(value:int):void| nestedFactor | property |
nestedFactor:int public function get nestedFactor():int public function set nestedFactor(value:int):void| pageFooter | property |
pageFooter:Boolean public function get pageFooter():Boolean public function set pageFooter(value:Boolean):void| pageHeader | property |
pageHeader:Boolean public function get pageHeader():Boolean public function set pageHeader(value:Boolean):void| reportSummary | property |
reportSummary:Boolean public function get reportSummary():Boolean public function set reportSummary(value:Boolean):void| reportTitle | property |
reportTitle:Boolean public function get reportTitle():Boolean public function set reportTitle(value:Boolean):void| StiStyleViewReportControl | () | Constructor |
public function StiStyleViewReportControl()| randomBigLetter | () | method |
public function randomBigLetter(length:int):StringParameters
length:int |
String |
| randomNumber | () | method |
public function randomNumber(length:int):StringParameters
length:int |
String |
| randomSmallLetter | () | method |
public function randomSmallLetter(length:int):StringParameters
length:int |
String |
| updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number | |
unscaledHeight:Number |