Skip to main content
All docs
V23.2
.NET 6.0+

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

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.2.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