TdxSpreadSheetReportDetail.SectionID Property
In This Article
Specifies the level of the detail template section corresponding to the detail dataset link.
#Declaration
Delphi
property SectionID: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
You can use this property to:
Associate the detail dataset link with a specific detail section on the report template;
Identify the detail template section corresponding to this detail dataset link.
See Also