GrapeCity ActiveReports for .NET 16.0J
GetResourceSet メソッド (EmbeddedResourceManager)

GrapeCity.ActiveReports.Tools 名前空間 > EmbeddedResourceManager クラス : GetResourceSet メソッド
The culture whose resources are to be retrieved.
true to load the resource set, if it has not been loaded yet; otherwise, false.
true to use resource fallback to load an appropriate resource if the resource set cannot be found; false to bypass the resource fallback process.
Retrieves the resource set for a particular culture.
シンタックス
'宣言
 
Public Function GetResourceSet( _
   ByVal culture As CultureInfo, _
   ByVal createIfNotExists As Boolean, _
   ByVal tryParents As Boolean _
) As ResourceSet

パラメータ

culture
The culture whose resources are to be retrieved.
createIfNotExists
true to load the resource set, if it has not been loaded yet; otherwise, false.
tryParents
true to use resource fallback to load an appropriate resource if the resource set cannot be found; false to bypass the resource fallback process.

戻り値の型

The resource set for the specified culture.
例外
例外解説
The culture parameter is null 参照 (Visual Basicでは Nothing).
tryParents is true, no usable set of resources has been found, and there are no default culture resources.
参照

EmbeddedResourceManager クラス
EmbeddedResourceManager メンバ