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.
Gets or sets the type of separator to use for the map legend title.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TitleSeparator As ReportExpression(Of MapLegendTitleSeparators)
Get
Set
'Usage
Dim instance As MapLegendTitle
Dim value As ReportExpression(Of MapLegendTitleSeparators)
value = instance.TitleSeparator
instance.TitleSeparator = value
public ReportExpression<MapLegendTitleSeparators> TitleSeparator { get; set; }
public:
property ReportExpression<MapLegendTitleSeparators> TitleSeparator {
ReportExpression<MapLegendTitleSeparators> get ();
void set (ReportExpression<MapLegendTitleSeparators> value);
}
member TitleSeparator : ReportExpression<MapLegendTitleSeparators> with get, set
function get TitleSeparator () : ReportExpression<MapLegendTitleSeparators>
function set TitleSeparator (value : ReportExpression<MapLegendTitleSeparators>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapLegendTitleSeparators>
A ReportExpression<T> object.