Freigeben über


ReportColor.ToString-Methode

Returns a string representation of the current color.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.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 representation of current color.

Siehe auch

Verweis

ReportColor Struktur

ToString-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace