Partilhar via


Propriedade ImageWidth

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

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

Sintaxe

'Declaração
Public ReadOnly Property ImageWidth As ReportIntProperty
    Get
'Uso
Dim instance As ChartLegendCustomItemCell
Dim value As ReportIntProperty

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