Propriété Angle
Gets the angle of the indicator image.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Angle As ReportDoubleProperty
Get
'Utilisation
Dim instance As StateIndicator
Dim value As ReportDoubleProperty
value = instance.Angle
public ReportDoubleProperty Angle { get; }
public:
property ReportDoubleProperty^ Angle {
ReportDoubleProperty^ get ();
}
member Angle : ReportDoubleProperty
function get Angle () : ReportDoubleProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Voir aussi