다음을 통해 공유


ReportColor.TryParse 메서드

정의

string 값을 ReportColor로 구문 분석하려고 합니다.

오버로드

TryParse(String, ReportColor)

string 값을 ReportColor로 구문 분석하려고 합니다.

TryParse(String, Boolean, ReportColor)

string 값을 ReportColor로 구문 분석하려고 합니다.

TryParse(String, ReportColor)

string 값을 ReportColor로 구문 분석하려고 합니다.

public:
 static bool TryParse(System::String ^ value, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ReportColor ^ % reportColor);
public static bool TryParse (string value, out Microsoft.ReportingServices.OnDemandReportRendering.ReportColor reportColor);
static member TryParse : string * ReportColor -> bool
Public Shared Function TryParse (value As String, ByRef reportColor As ReportColor) As Boolean

매개 변수

value
String

문자열 값입니다.

reportColor
ReportColor

[out] 보고서 색입니다.

반환

시도가 성공하면 true이고, 그렇지 않으면 false입니다.

적용 대상

TryParse(String, Boolean, ReportColor)

string 값을 ReportColor로 구문 분석하려고 합니다.

public:
 static bool TryParse(System::String ^ value, bool allowTransparency, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ReportColor ^ % reportColor);
public static bool TryParse (string value, bool allowTransparency, out Microsoft.ReportingServices.OnDemandReportRendering.ReportColor reportColor);
static member TryParse : string * bool * ReportColor -> bool
Public Shared Function TryParse (value As String, allowTransparency As Boolean, ByRef reportColor As ReportColor) As Boolean

매개 변수

value
String

문자열 값입니다.

allowTransparency
Boolean

투명도 허용 여부입니다.

reportColor
ReportColor

[out] 보고서 색입니다.

반환

시도가 성공하면 true이고, 그렇지 않으면 false입니다.

적용 대상