Mini Kabibi Habibi
namespace XtraReportsDemos {
public class ReportNames {
public const string
PivotGrid = "Pivot Grid",
MailMerge = "Mail Merge",
OddEvenStyles = "Products by Categories",
CrossBands = "Cross Band Controls",
AnchorVertical = "Vertical Anchoring",
NorthwindTraders_Products = "Products List",
NorthwindTraders_Catalog = "Fall Catalog",
NorthwindTraders_Invoice = "Invoice",
MasterDetailReport = "Suppliers",
MultiColumnReport = "Customers",
IListDatasource = "Fishes",
CustomDraw = "Population",
ShrinkGrow = "Employees",
BarCodes_ProductLabels = "Product Labels",
BarCodes_BarcodeTypes = "Barcode Types",
RichText = "Cars",
Subreports = "Customers List",
TableReport = "Customer Order",
TreeView = "Countries",
Charts = "Prices",
Shapes = "Shapes",
SideBySideReports = "Employee Comparison",
CalculatedFieldsReport = "Calculated Fields",
FormattingRulesReport = "Conditional Formatting",
HugeAmountRecords = "100000 Records",
HugeAmountRecordsWeb = "10000 Records",
PivotGridAndChart = "Pivot Grid and Chart",
DictionaryReport = "Dictionary Report";
}
}