Propriedade do RDL StateIndicator.ScaleFactor
Gets the scale factor of the state indicator.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ScaleFactor As ReportDoubleProperty
Get
'Uso
Dim instance As StateIndicator
Dim value As ReportDoubleProperty
value = instance.ScaleFactor
public ReportDoubleProperty ScaleFactor { get; }
public:
property ReportDoubleProperty^ ScaleFactor {
ReportDoubleProperty^ get ();
}
member ScaleFactor : ReportDoubleProperty
function get ScaleFactor () : ReportDoubleProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering