|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.engine.engineV2.StiSubReportsHelper
public class StiSubReportsHelper
A class helps to render SubReport and DataBand components which are places in containers. These containers are placed on bands.
Field Summary | |
---|---|
static double |
SpecialSubReportHeight
|
Constructor Summary | |
---|---|
StiSubReportsHelper()
|
Method Summary | |
---|---|
static StiDataBand |
GetMasterDataBand(StiContainer parent)
Returns DataBand which is one of Parent components of the specified container. |
static StiBand |
GetParentBand(StiContainer parent)
Returns Band which is one of Parent components of the specified container. |
static void |
RenderDataBandsInContainer(StiContainer containerOfDataBands,
StiContainer container)
Prints a group of bands from the specified container into the container of destination. |
static void |
RenderDataBandsInContainer(StiContainer containerOfDataBands,
StiContainer container,
boolean skipStaticBands)
Prints a group of bands from the specified container into the container of destination. |
static void |
RenderSubReport(StiContainer containerOfSubReport,
StiSubReport subReport)
Prints SubReport component into the specified container. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double SpecialSubReportHeight
Constructor Detail |
---|
public StiSubReportsHelper()
Method Detail |
---|
public static StiDataBand GetMasterDataBand(StiContainer parent)
public static StiBand GetParentBand(StiContainer parent)
public static void RenderSubReport(StiContainer containerOfSubReport, StiSubReport subReport)
containerOfSubReport
- A container in what the SubReport should be printed.subReport
- SubReport that should be printed in the specified container.public static void RenderDataBandsInContainer(StiContainer containerOfDataBands, StiContainer container)
containerOfSubReport
- A container in what printing is done.container
- A container that contains a group of bands.public static void RenderDataBandsInContainer(StiContainer containerOfDataBands, StiContainer container, boolean skipStaticBands)
containerOfSubReport
- A container in what printing is done.container
- A container that contains a group of bands for printing.skipStaticBands
- If true then static bands will not be rendered. It is used to render cross-tabs
which are placed on static bands.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |