Proprietà MapTitle.Angle
Gets the rotation angle of the title.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Angle As ReportDoubleProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering