Share via


ReportColor.TryParse Método

Definición

Intenta analizar un valor string en un ReportColor.

Sobrecargas

TryParse(String, ReportColor)

Intenta analizar un valor string en un ReportColor.

TryParse(String, Boolean, ReportColor)

Intenta analizar un valor string en un ReportColor.

TryParse(String, ReportColor)

Intenta analizar un valor string en un 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

Parámetros

value
String

El valor de cadena.

reportColor
ReportColor

[out] Color del informe.

Devoluciones

true si el intento es correcto; de lo contrario, false.

Se aplica a

TryParse(String, Boolean, ReportColor)

Intenta analizar un valor string en un 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

Parámetros

value
String

El valor de cadena.

allowTransparency
Boolean

Si se permite transparencia.

reportColor
ReportColor

[out] Color del informe.

Devoluciones

true si el intento es correcto; de lo contrario, false.

Se aplica a