ReportSize.ToInches Method
Returns the report size in inches.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function ToInches As Double
'Usage
Dim instance As ReportSize
Dim returnValue As Double
returnValue = instance.ToInches()
public double ToInches()
public:
double ToInches()
member ToInches : unit -> float
public function ToInches() : double
Return Value
Type: System.Double
A double value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace