Skip to main content
All docs
V24.1
.NET 6.0+

ReportDataProvider.MassUpdateDataType<T>(IObjectSpace, IReportStorage, String, Type) Method

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v24.1.dll

Declaration

public static void MassUpdateDataType<T>(
    IObjectSpace objectSpace,
    IReportStorage reportStorage,
    string oldDataType,
    Type newDataType
)
    where T : IReportDataV2Writable

Parameters

Name Type
objectSpace IObjectSpace
reportStorage IReportStorage
oldDataType String
newDataType Type

Type Parameters

Name
T
See Also