Steps to reproduce:
CodeCREATE TABLE [My.Table] (
ID INT PRIMARY KEY,
Name VARCHAR(50),
Age INT
);
INSERT INTO [My.Table] (ID, Name, Age) VALUES (1, 'Alice', 30);
INSERT INTO [My.Table] (ID, Name, Age) VALUES (2, 'Bob', 25);
INSERT INTO [My.Table] (ID, Name, Age) VALUES (3, 'Charlie', 35);
Expected results:
All dots are replaced with an underscore (_
).
Hello Team,
Can you please make it as soon as possible for me
Thank You
Parth,
We're working on this issue will reply in this thread once we have any results to share. In the meantime, could you please try removing dots from the query name? Open the Query Builder window and modify the "Name" property in the Property Grid on the right. Do not forget to update
XtraReport.DataMember
afterwards.Let us know if it works for you.