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 the contents of the Custom tag in the report definition.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Custom As String
Get
'Usage
Dim instance As ReportItem
Dim value As String
value = instance.Custom
public string Custom { get; }
public:
property String^ Custom {
String^ get ();
}
member Custom : string
function get Custom () : String
Property Value
Type: System.String
A String value that contains the Custom tag.