Właściwość ChartStripLine.Title
Tytuł pasek.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Title As ReportExpression
Get
Set
'Użycie
Dim instance As ChartStripLine
Dim value As ReportExpression
value = instance.Title
instance.Title = value
public ReportExpression Title { get; set; }
public:
property ReportExpression Title {
ReportExpression get ();
void set (ReportExpression value);
}
member Title : ReportExpression with get, set
function get Title () : ReportExpression
function set Title (value : ReportExpression)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression obiektu.
Zobacz także