Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
The cell text.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Text As ReportExpression
Get
Set
'Usage
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression
value = instance.Text
instance.Text = value
public ReportExpression Text { get; set; }
public:
property ReportExpression Text {
ReportExpression get ();
void set (ReportExpression value);
}
member Text : ReportExpression with get, set
function get Text () : ReportExpression
function set Text (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.