Sdílet prostřednictvím


ReportSize.ToString Method

Returns a string representation of the size.

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 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

Return Value

Type: System.String
A string representation of the size.

See Also

Reference

ReportSize Structure

ToString Overload

Microsoft.ReportingServices.RdlObjectModel Namespace