Propriedade do RDL Page.PageWidth
Gets the default width for rendering the report in a physical-page oriented renderer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property PageWidth As ReportSize
Get
'Uso
Dim instance As Page
Dim value As ReportSize
value = instance.PageWidth
public ReportSize PageWidth { get; }
public:
property ReportSize^ PageWidth {
ReportSize^ get ();
}
member PageWidth : ReportSize
function get PageWidth () : ReportSize
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering