Propriedade do RDL RotateLabel
Gets the calculated value of the RotateLabel property in a PinLabel class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property RotateLabel As Boolean
Get
'Uso
Dim instance As PinLabelInstance
Dim value As Boolean
value = instance.RotateLabel
public bool RotateLabel { get; }
public:
property bool RotateLabel {
bool get ();
}
member RotateLabel : bool
function get RotateLabel () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the RotateLabel property.
Consulte também