Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace