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