Propriété MapColorScaleTitle
Gets a title for a map color scale.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MapColorScaleTitle As MapColorScaleTitle
Get
'Utilisation
Dim instance As MapColorScale
Dim value As MapColorScaleTitle
value = instance.MapColorScaleTitle
public MapColorScaleTitle MapColorScaleTitle { get; }
public:
property MapColorScaleTitle^ MapColorScaleTitle {
MapColorScaleTitle^ get ();
}
member MapColorScaleTitle : MapColorScaleTitle
function get MapColorScaleTitle () : MapColorScaleTitle
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapColorScaleTitle
A MapColorScaleTitle object.
Voir aussi