Condividi tramite


Proprietà ReportSizeProperty.Value

Gets the size value of the property.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Value As ReportSize 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.

Vedere anche

Riferimento

ReportSizeProperty Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering