Compartir a través de


ReportItem.Width Propiedad

Gets the width of the item. Negative sizes allowed only for lines.

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

Sintaxis

'Declaración
Public Overridable ReadOnly Property Width As ReportSize 
    Get
'Uso
Dim instance As ReportItem 
Dim value As ReportSize 

value = instance.Width
public virtual ReportSize Width { get; }
public:
virtual property ReportSize^ Width {
    ReportSize^ get ();
}
abstract Width : ReportSize 
override Width : ReportSize
function get Width () : ReportSize

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object that represents the width of the item.

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering