[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DocumentMap.IsDefault

IsDefault Method

IsDefault()

Gets a value indicating whether the document map has default settings.

Declaration
public bool IsDefault()
Returns
Type Description
bool

A bool value indicating whether the document map is using default settings.

Examples
DocumentMap docMap = new DocumentMap();
bool isDefault = docMap.IsDefault();