Propriedade do RDL MapTitle.Angle
Gets the rotation angle of the title.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Angle As ReportDoubleProperty
Get
'Uso
Dim instance As MapTitle
Dim value As ReportDoubleProperty
value = instance.Angle
public ReportDoubleProperty Angle { get; }
public:
property ReportDoubleProperty^ Angle {
ReportDoubleProperty^ get ();
}
member Angle : ReportDoubleProperty
function get Angle () : ReportDoubleProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering