Propriété DockToChartArea
Gets the name of the chart area on which to draw the title.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DockToChartArea As String
Get
'Utilisation
Dim instance As ChartTitle
Dim value As String
value = instance.DockToChartArea
public string DockToChartArea { get; }
public:
property String^ DockToChartArea {
String^ get ();
}
member DockToChartArea : string
function get DockToChartArea () : String
Valeur de propriété
Type : System. . :: . .String
A string value.
Voir aussi