ChartDataPointValues.FormatSize Property
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property FormatSize As ReportStringProperty
Get
'Usage
Dim instance As ChartDataPointValues
Dim value As ReportStringProperty
value = instance.FormatSize
public ReportStringProperty FormatSize { get; }
public:
property ReportStringProperty^ FormatSize {
ReportStringProperty^ get ();
}
member FormatSize : ReportStringProperty
function get FormatSize () : ReportStringProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace