Partilhar via


Propriedade do RDL Report.Width

Gets the width of the report.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.ReportRendering