MaxLengths.ReportItemPath Property
Maximum SSRS report item path length.
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ReportItemPath As Integer
public static int ReportItemPath { get; }
public:
static property int ReportItemPath {
int get ();
}
static member ReportItemPath : int with get
static function get ReportItemPath () : int
Property Value
Type: System.Int32
Returns Int32.
Remarks
From https://technet.microsoft.com/en-us/library/ms152826.aspx.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.