Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Attempts to parse a string value to a ReportColor.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Shared Function TryParse ( _
value As String, _
<OutAttribute> ByRef reportColor As ReportColor _
) As Boolean
'Utilisation
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
Paramètres
- value
Type : System.String
The string value.
- reportColor
Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportColor%
[out] The report color.
Valeur de retour
Type : System.Boolean
true if the attempt is successful; otherwise, false.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering