ChartLegendCustomItemCell.ImageWidth Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets an expression that evaluates to the width of the cell image.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the width of the cell image.
Vea también
Referencia
ChartLegendCustomItemCell Clase
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering