Propriété RotateLabels
Gets an expression that evaluates to a value that indicates whether the text rotates along with the scale.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RotateLabels As ReportBoolProperty
Get
'Utilisation
Dim instance As ScaleLabels
Dim value As ReportBoolProperty
value = instance.RotateLabels
public ReportBoolProperty RotateLabels { get; }
public:
property ReportBoolProperty^ RotateLabels {
ReportBoolProperty^ get ();
}
member RotateLabels : ReportBoolProperty
function get RotateLabels () : ReportBoolProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Voir aussi