Size propriété
Represents the height and width of the plotting area of marker(s).
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Size As ReportSizeProperty
Get
'Utilisation
Dim instance As ChartMarker
Dim value As ReportSizeProperty
value = instance.Size
public ReportSizeProperty Size { get; }
public:
property ReportSizeProperty^ Size {
ReportSizeProperty^ get ();
}
member Size : ReportSizeProperty
function get Size () : ReportSizeProperty
Valeur de la propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.