'宣言
Public Overloads Shared Function GetLocalizedValue(Of T)( _ ByVal report As Report, _ ByVal propertyName As String, _ ByVal defaultValue As T, _ ByVal converter As GrapeCity.ActiveReports.PageReportModel.RomUtils.FromStringConverter(Of T) _ ) As T
public static T GetLocalizedValue<T>( Report report, string propertyName, T defaultValue, GrapeCity.ActiveReports.PageReportModel.RomUtils.FromStringConverter<T> converter )
パラメータ
- report
- propertyName
- defaultValue
- converter
型パラメータ
- T