Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Attempts to parse a string value to a ReportColor.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Shared Function TryParse ( _
value As String, _
allowTransparency As Boolean, _
<OutAttribute> ByRef reportColor As ReportColor _
) As Boolean
'Usage
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
Parameter
- value
Typ: System.String
The string value.
- allowTransparency
Typ: System.Boolean
Whether to allow transparency.
- reportColor
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor%
[out] The report color.
Rückgabewert
Typ: System.Boolean
true if the attempt is successful; otherwise, false.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace