'宣言
Public Shared Function GetAllLocalizedValues(Of T)( _ ByVal reportItem As ReportItem, _ ByVal propertyName As String, _ ByVal converter As GrapeCity.ActiveReports.PageReportModel.RomUtils.FromStringConverter(Of T) _ ) As T()
public static T[] GetAllLocalizedValues<T>( ReportItem reportItem, string propertyName, GrapeCity.ActiveReports.PageReportModel.RomUtils.FromStringConverter<T> converter )
パラメータ
- reportItem
- propertyName
- converter
型パラメータ
- T