ReportDataProvider.MassUpdateDataType<T>(IObjectSpace, String, Type, String) Method
For internal use.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v25.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
public static void MassUpdateDataType<T>(
IObjectSpace objectSpace,
string oldDataType,
Type newDataType,
string dataTypeMemberName
)
where T : IReportDataV2Writable
Parameters
| Name | Type |
|---|---|
| objectSpace | IObjectSpace |
| oldDataType | String |
| newDataType | Type |
| dataTypeMemberName | String |
Type Parameters
| Name |
|---|
| T |
See Also