Proprietà CustomLabelInstance.RotateLabel
Gets the calculated value of the RotateLabel property in a CustomLabel class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property RotateLabel As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
A Boolean value that represents the calculated value of the RotateLabel property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering