ActiveReports Developer 7
DetailDataElementName Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace > ITable Interface : DetailDataElementName Property

Glossary Item Box

The name that data oriented rendering extensions should use for each detail instance of the table.

Syntax

Visual Basic (Declaration) 
ReadOnly Property DetailDataElementName As System.String
C# 
System.string DetailDataElementName {get;}

See Also