ReportSizeProperty.Value Property

Gets the size value of the property.

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

Syntax

'Declaration
Public ReadOnly Property Value As ReportSize
    Get
'Usage
Dim instance As ReportSizeProperty
Dim value As ReportSize

value = instance.Value
public ReportSize Value { get; }
public:
property ReportSize^ Value {
    ReportSize^ get ();
}
member Value : ReportSize
function get Value () : ReportSize