Class: cCrystalISection
CLSID: {AF376806-6120-4E28-96DD-63FD2DC27B7A}
Class Hierarchy:
cObject

Mixin


cCrystalISectionClass Definition
Functions and Procedures
Variant
ComAddBlobFieldObject(Variant llField Integer llLeft Integer llTop)
Adds a blob field object into the section.
Variant
ComAddBoxObject(Integer llLeft Integer llTop Integer llRight Integer llBottom Variant llpEndSection)
Adds a box object into the section.
Variant
ComAddCrossTabObject(Integer llLeft Integer llTop)
Adds a crosstab object into the section.
Variant
ComAddFieldObject(Variant llField Integer llLeft Integer llTop)
Adds a field object into the section.
Variant
ComAddGraphObject(CRGraphDataType llgraphDataType Integer llLeft Integer llTop Variant llpCrossTabObject)
Adds a graph object into the section.
Variant
ComAddLineObject(Integer llLeft Integer llTop Integer llRight Integer llBottom Variant llpEndSection)
Adds a line object into the section.
Variant
ComAddPictureObject(String llpImageFilePath Integer llLeft Integer llTop)
Adds a picture field object into the section.
Variant
ComAddSpecialVarFieldObject(CRSpecialVarType llspecialVarType Integer llLeft Integer llTop)
Adds a special var field object into the section.
Variant
ComAddSubreportObject(String llpSubreportName Integer llLeft Integer llTop)
Adds a subreport object into the section.
Variant
ComAddSummaryFieldObject(Variant llField CRSummaryType llSummaryType Integer llLeft Integer llTop Variant llsecondSummaryFieldOrFactor)
Adds a summary field object into the section
Variant
ComAddTextObject(String llpText Integer llLeft Integer llTop Variant llformatText)
Adds a text object into the section.
Variant
ComAddUnboundFieldObject(CRFieldValueType llValueType Integer llLeft Integer llTop)
Adds an unbound field object into the report.
OLE_COLOR
ComBackColor()
Gets or sets section background color.
String
ComConditionFormula(Variant llFormulaName)
Gets or sets section conditional formula.
String
ComCssClass()
Gets or sets CSS class.

ComDeleteObject(Variant llreportObject)
Deletes an object into the section.
Integer
ComHeight()
Gets or sets section height (twips).
Variant
ComImportSubreport(String llsubreportFileName Integer llLeft Integer llTop)
Imports a subreport into the section.
Boolean
ComKeepTogether()
Gets or sets keeping section together option.
Integer
ComMinimumHeight()
Gets minimum section height (twips).
String
ComName()
Gets or sets section name.
Boolean
ComNewPageAfter()
Gets or sets new page after option.
Boolean
ComNewPageBefore()
Gets or sets new page before option.
Short
ComNumber()
Gets the section index within the report.
Variant
ComParent()
Gets the section parent (Report or Area).
Boolean
ComPrintAtBottomOfPage()
Gets or sets print at bottom of page option.
Variant
ComReportObjects()
Gets report object collection within the section.
Boolean
ComResetPageNumberAfter()
Gets or sets reset page after option.
Boolean
ComSuppress()
Gets or sets section visibility.
Boolean
ComSuppressIfBlank()
Gets or sets suppress section if blank option.
Boolean
ComUnderlaySection()
Gets or sets underlay following section option.
Integer
ComWidth()
Gets section width (twips).

Set(String value)
Gets or sets section name.

Set(Integer value)
Gets or sets section height (twips).

Set(OLE_COLOR value)
Gets or sets section background color.

Set(Boolean value)
Gets or sets section visibility.

Set(Boolean value)
Gets or sets new page before option.

Set(Boolean value)
Gets or sets new page after option.

Set(Boolean value)
Gets or sets keeping section together option.

Set(Boolean value)
Gets or sets reset page after option.

Set(Boolean value)
Gets or sets print at bottom of page option.

Set(Boolean value)
Gets or sets underlay following section option.

Set(Boolean value)
Gets or sets suppress section if blank option.

Set(Variant llFormulaName String value)
Gets or sets section conditional formula.

Set(String value)
Gets or sets CSS class.