ChartStripLine.Title Property
Title for the strip line.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Title As ReportStringProperty
Get
'Usage
Dim instance As ChartStripLine
Dim value As ReportStringProperty
value = instance.Title
public ReportStringProperty Title { get; }
public:
property ReportStringProperty^ Title {
ReportStringProperty^ get ();
}
member Title : ReportStringProperty
function get Title () : ReportStringProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.