QUESTION:
Is there a character limit to the SQL statement inserted into a custom field in a Report Designer data provider?


ANSWER:
The Expression field in the ReportCustomColumn table is defined to be NVARCHAR(Max), so it can grow to very large proportions, larger than will be needed for the sql to define a custom field.