public class StiSubReportsHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static double |
SpecialSubReportHeight |
| Constructor and Description |
|---|
StiSubReportsHelper() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final double SpecialSubReportHeight
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.Copyright © 2019 Stimulsoft. All Rights Reserved.