ReportColor.TryParse メソッド (String, Boolean, ReportColor%)
string 値の ReportColor への解析を試みます。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Shared Function TryParse ( _
value As String, _
allowTransparency As Boolean, _
<OutAttribute> ByRef reportColor As ReportColor _
) As Boolean
'使用
Dim value As String
Dim allowTransparency As Boolean
Dim reportColor As ReportColor
Dim returnValue As Boolean
returnValue = ReportColor.TryParse(value, _
allowTransparency, reportColor)
public static bool TryParse(
string value,
bool allowTransparency,
out ReportColor reportColor
)
public:
static bool TryParse(
String^ value,
bool allowTransparency,
[OutAttribute] ReportColor^% reportColor
)
static member TryParse :
value:string *
allowTransparency:bool *
reportColor:ReportColor byref -> bool
public static function TryParse(
value : String,
allowTransparency : boolean,
reportColor : ReportColor
) : boolean
パラメーター
- value
型: System.String
文字列値。
- allowTransparency
型: System.Boolean
透明度を使用できるかどうか。
- reportColor
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor%
[out] レポートの色。
戻り値
型: System.Boolean
試行が成功した場合は true、成功しなかった場合は false。