Propriedade do RDL Chart.DynamicWidth
Gets an expression that evaluates to the width to which the chart should grow/shrink.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property DynamicWidth As ReportSizeProperty
Get
'Uso
Dim instance As Chart
Dim value As ReportSizeProperty
value = instance.DynamicWidth
public ReportSizeProperty DynamicWidth { get; }
public:
property ReportSizeProperty^ DynamicWidth {
ReportSizeProperty^ get ();
}
member DynamicWidth : ReportSizeProperty
function get DynamicWidth () : ReportSizeProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering