Freigeben über


ReportSize.ToString-Methode

Converts the size to a string value, 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 ReportSize 
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 report size, as expressed in the report definition.

Siehe auch

Verweis

ReportSize Klasse

Microsoft.ReportingServices.ReportRendering-Namespace