次の方法で共有


ReportColor.TryParse メソッド (String, ReportColor%)

string 値の ReportColor への解析を試みます。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Shared Function TryParse ( _
    value As String, _
    <OutAttribute> ByRef reportColor As ReportColor _
) As Boolean
'使用
Dim value As String 
Dim reportColor As ReportColor 
Dim returnValue As Boolean 

returnValue = ReportColor.TryParse(value, _
    reportColor)
public static bool TryParse(
    string value,
    out ReportColor reportColor
)
public:
static bool TryParse(
    String^ value, 
    [OutAttribute] ReportColor^% reportColor
)
static member TryParse : 
        value:string * 
        reportColor:ReportColor byref -> bool
public static function TryParse(
    value : String, 
    reportColor : ReportColor
) : boolean

パラメーター

戻り値

型: System.Boolean
試行が成功した場合は true、成功しなかった場合は false。

関連項目

参照

ReportColor クラス

TryParse オーバーロード

Microsoft.ReportingServices.OnDemandReportRendering 名前空間