Gets a value indicating whether the custom report item is a data region.
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property IsDataRegion As Boolean | |
| C# | |
|---|---|
public bool IsDataRegion {get;} | |
Return Value
A Boolean value where true indicates that the custom report item is a DataRegion; otherwise false. The default value is false.