Compartir a través de


Report.Width Propiedad

Gets the width of the report.

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

Sintaxis

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

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.ReportRendering.ReportSize
A ReportSize object containing the width of the report.

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering