Compartir a través de


ReportSizeProperty.Value Propiedad

Gets the size value of the property.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Value As ReportSize 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ReportSizeProperty Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering