Freigeben über


ReportColor.ToString-Methode

The color as a string, as expressed in the report definition.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As ReportColor 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Rückgabewert

Typ: System.String
A String value containing the name of the color.

Siehe auch

Verweis

ReportColor Klasse

Microsoft.ReportingServices.ReportRendering-Namespace