'Declaration Public Enum DataBuilderException.ErrorCodes Inherits System.Enum
public enum DataBuilderException.ErrorCodes : System.Enum
'Declaration Public Enum DataBuilderException.ErrorCodes Inherits System.Enum
public enum DataBuilderException.ErrorCodes : System.Enum
Member | Description |
---|---|
CyclicSubreportReferences | Report uses itself as subreport. |
DataSetNotFound | The data set name specified for the data region is not found in the report. |
DataSetNotSpecified | DataSet name is not specified for the data region. |
NoDataSets | There are no data sets defined in the report. |
SubreportNotFound | Unable to locate subreport specified in the report. |
SubreportNotSpecified | Subreport name is not specified. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Rendering.DataBuilderException.ErrorCodes