Propriedade do RDL CustomLabelInstance.RotateLabel
Gets the calculated value of the RotateLabel property in a CustomLabel 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 CustomLabelInstance
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
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering